| 143 | void *GetUserData() { return m_pUserData; } |
| 144 | void SetUserData(void *userData) { m_pUserData = userData; } |
| 145 | void SetStringDatabase(std::set<rdcstr> *db) { m_ExtStringDB = db; } |
| 146 | // jumps to the byte after the current chunk, can be called any time after BeginChunk |
| 147 | void SkipCurrentChunk(); |
| 148 |
no outgoing calls
no test coverage detected