Home
last modified time | relevance | path

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

/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc290 uint32_t GetNextArrayIndex(const Next *next) const { in GetNextArrayIndex() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage
780 if (GetNextArrayIndex(next) + (1 << log2_size) > hdr_.hdr.max_nexts()) { in FreeNextArray()
786 hdr_.hdr.set_free_lists(log2_size, GetNextArrayIndex(next)); in FreeNextArray()
1653 split_node->set_next_index(storage_->GetNextArrayIndex(split_next)); in Insert()
1665 split_node->set_next_index(storage_->GetNextArrayIndex(split_next)); in Insert()
1738 mutable_best_node->set_next_index(storage_->GetNextArrayIndex(new_next)); in Insert()
2483 nexts_to_reset.push_back(storage_->GetNextArrayIndex(next)); in Delete()
2489 nexts_to_reset.push_back(storage_->GetNextArrayIndex(next)); in Delete()