Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Dmain-index.cc326 uint32_t new_main_tvi; in AddTerms() local
329 &new_main_tvi, in AddTerms()
338 new_main_tvi)) { in AddTerms()
344 outputs.other_tvi_to_main_tvi.emplace(other_tvi, new_main_tvi); in AddTerms()
346 memcpy(&posting_list_id, main_lexicon_->GetValueAtIndex(new_main_tvi), in AddTerms()
349 outputs.main_tvi_to_block_index[new_main_tvi] = in AddTerms()
430 uint32_t new_main_tvi) { in CopyProperties() argument
439 !main_lexicon_->ClearProperty(new_main_tvi, property_id)) { in CopyProperties()
449 !main_lexicon_->SetProperty(new_main_tvi, property_id)) { in CopyProperties()
Dmain-index.h242 uint32_t new_main_tvi);