Home
last modified time | relevance | path

Searched refs:GetIndexBlock (Results 1 – 3 of 3) sorted by relevance

/external/icing/icing/index/main/
Dflash-index-storage.cc264 ICING_ASSIGN_OR_RETURN(IndexBlock block, GetIndexBlock(id.block_index())); in GetPostingList()
272 libtextclassifier3::StatusOr<IndexBlock> FlashIndexStorage::GetIndexBlock( in GetIndexBlock() function in icing::lib::FlashIndexStorage
319 GetIndexBlock(posting_list_id.block_index())); in GetPostingListFromInMemoryFreeList()
348 ICING_ASSIGN_OR_RETURN(IndexBlock block, GetIndexBlock(block_index)); in GetPostingListFromOnDiskFreeList()
485 auto block_or = GetIndexBlock(freelist_elt.block_index()); in FlushInMemoryFreeList()
519 auto block_or = GetIndexBlock(block_index); in GetDebugInfo()
Dmain-index-merger.cc152 int lhs_index_block = GetIndexBlock(lhs.term_id()); in operator ()()
153 int rhs_index_block = GetIndexBlock(rhs.term_id()); in operator ()()
162 int GetIndexBlock(uint32_t term_id) const { in GetIndexBlock() function in icing::lib::__anon858698ab0111::HitComparator
Dflash-index-storage.h233 libtextclassifier3::StatusOr<IndexBlock> GetIndexBlock(int block_index) const;