Searched refs:getPointerToByte (Results 1 – 2 of 2) sorted by relevance
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() function156 return getPointerToByte(BitNo / 8, NumBytes); in getPointerToBit()348 using SimpleBitstreamCursor::getPointerToByte;
677 auto Ptr = Stream.getPointerToByte(BlockEntryPos, BlockSize); in ParseBlock()