Searched refs:GetNextBlockIndex (Results 1 – 4 of 4) sorted by relevance
330 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()
219 libtextclassifier3::StatusOr<uint32_t> GetNextBlockIndex() const;
478 index_block->GetNextBlockIndex()); in RemoveFromOnDiskFreeList()590 auto block_index_or = block_or.ValueOrDie().GetNextBlockIndex(); in GetDebugInfo()
220 libtextclassifier3::StatusOr<uint32_t> IndexBlock::GetNextBlockIndex() const { in GetNextBlockIndex() function in icing::lib::IndexBlock