Searched refs:getPointerToByte (Results 1 – 3 of 3) sorted by relevance
211 auto *Pointer0 = getPointerToByte(0, 1); in jumpToPointer()216 assert((intptr_t)getPointerToByte(getCurrentByteNo(), 1) == in jumpToPointer()225 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function234 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()450 using SimpleBitstreamCursor::getPointerToByte;
86 TEST(BitstreamReaderTest, getPointerToByte) { in TEST() argument92 EXPECT_EQ(Bytes + I, Cursor.getPointerToByte(I, 1)); in TEST()
617 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()