Searched defs:BitstreamCursor (Results 1 – 1 of 1) sorted by relevance
152 BitstreamCursor() : BitStream(0), NextChar(0) { in BitstreamCursor() function154 BitstreamCursor(const BitstreamCursor &RHS) : BitStream(0), NextChar(0) { in BitstreamCursor() function158 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) { in BitstreamCursor() function