Searched defs:BitstreamCursor (Results 1 – 2 of 2) sorted by relevance
203 BitstreamCursor() : BitStream(nullptr), NextChar(0) {} in BitstreamCursor() function204 BitstreamCursor(const BitstreamCursor &RHS) in BitstreamCursor() function209 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { in BitstreamCursor() function
28 class BitstreamCursor; variable