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() function394 using SimpleBitstreamCursor::getCurrentByteNo;
762 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock()
7569 uint64_t BCBegin = Stream.getCurrentByteNo(); in getBitcodeFileContents()7612 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getBitcodeFileContents()