Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Dmain-index.cc270 for (IcingDynamicTrie::Iterator other_term_itr(other_lexicon, /*prefix=*/""); in AddBackfillBranchPoints() local
271 other_term_itr.IsValid(); other_term_itr.Advance()) { in AddBackfillBranchPoints()
275 other_term_itr.GetKey(), /*utf8=*/true); in AddBackfillBranchPoints()
279 prefix.assign(other_term_itr.GetKey(), prefix_len); in AddBackfillBranchPoints()
324 for (IcingDynamicTrie::Iterator other_term_itr(other_lexicon, /*prefix=*/""); in AddTerms() local
325 other_term_itr.IsValid(); other_term_itr.Advance()) { in AddTerms()
328 if (!main_lexicon_->Insert(other_term_itr.GetKey(), &posting_list_id, in AddTerms()
332 "Could not insert term: ", other_term_itr.GetKey())); in AddTerms()
336 uint32_t other_tvi = other_term_itr.GetValueIndex(); in AddTerms()
340 "Could not insert term: ", other_term_itr.GetKey())); in AddTerms()
[all …]