Searched refs:getPointerToByte (Results 1 – 3 of 3) sorted by relevance
67 TEST(BitstreamReaderTest, getPointerToByte) { in TEST() argument72 EXPECT_EQ(Bytes + I, Cursor.getPointerToByte(I, 1)); in TEST()
148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function157 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()394 using SimpleBitstreamCursor::getPointerToByte;
926 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in parseBlock()