Searched refs:getCurrentByteNo (Results 1 – 4 of 4) sorted by relevance
55 TEST(BitstreamReaderTest, getCurrentByteNo) { in TEST() argument60 EXPECT_EQ(I / 8, Cursor.getCurrentByteNo()); in TEST()64 EXPECT_EQ(4u, Cursor.getCurrentByteNo()); in TEST()
122 uint64_t getCurrentByteNo() const { return GetCurrentBitNo() / 8; } in getCurrentByteNo() function393 using SimpleBitstreamCursor::getCurrentByteNo;
777 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock()
8389 uint64_t BCBegin = Stream.getCurrentByteNo();8432 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getEnableSplitLTOUnitAndUnifiedFlag()