Home
last modified time | relevance | path

Searched refs:GetNextBlockIndex (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/file/posting_list/
Dindex-block_test.cc330 EXPECT_THAT(block.GetNextBlockIndex(), IsOkAndHolds(kInvalidBlockIndex)); in TEST_F()
332 EXPECT_THAT(block.GetNextBlockIndex(), IsOkAndHolds(kSomeBlockIndex)); in TEST_F()
341 EXPECT_THAT(block.GetNextBlockIndex(), IsOkAndHolds(kSomeBlockIndex)); in TEST_F()
350 EXPECT_THAT(block.GetNextBlockIndex(), IsOkAndHolds(kInvalidBlockIndex)); in TEST_F()
Dindex-block.h219 libtextclassifier3::StatusOr<uint32_t> GetNextBlockIndex() const;
Dflash-index-storage.cc478 index_block->GetNextBlockIndex()); in RemoveFromOnDiskFreeList()
590 auto block_index_or = block_or.ValueOrDie().GetNextBlockIndex(); in GetDebugInfo()
Dindex-block.cc220 libtextclassifier3::StatusOr<uint32_t> IndexBlock::GetNextBlockIndex() const { in GetNextBlockIndex() function in icing::lib::IndexBlock