Searched refs:other_tvi (Results 1 – 2 of 2) sorted by relevance
/external/icing/icing/index/main/ |
D | main-index.cc | 336 uint32_t other_tvi = other_term_itr.GetValueIndex(); in AddTerms() local 337 if (!CopyProperties(new_term_prop_readers, other_lexicon, other_tvi, in AddTerms() 344 outputs.other_tvi_to_main_tvi.emplace(other_tvi, new_main_tvi); in AddTerms() 429 const IcingDynamicTrie& other_lexicon, uint32_t other_tvi, in CopyProperties() argument 438 if (!prop_reader.HasProperty(property_id, other_tvi) && in CopyProperties() 448 if (prop_reader.HasProperty(property_id, other_tvi) && in CopyProperties()
|
D | main-index.h | 241 const IcingDynamicTrie& other_lexicon, uint32_t other_tvi,
|