Searched refs:other_tvi_to_main_tvi (Results 1 – 4 of 4) sorted by relevance
/external/icing/icing/index/main/ |
D | main-index-merger_test.cc | 102 lexicon_outputs.other_tvi_to_main_tvi.emplace(foot_tvi, foot_main_tvi); in TEST_F() 159 lexicon_outputs.other_tvi_to_main_tvi.emplace(foot_tvi, foot_main_tvi); in TEST_F() 160 lexicon_outputs.other_tvi_to_main_tvi.emplace(fool_tvi, fool_main_tvi); in TEST_F() 221 lexicon_outputs.other_tvi_to_main_tvi.emplace(foot_tvi, foot_main_tvi); in TEST_F() 222 lexicon_outputs.other_tvi_to_main_tvi.emplace(foo_tvi, foo_main_tvi); in TEST_F() 284 lexicon_outputs.other_tvi_to_main_tvi.emplace(foot_tvi, foot_main_tvi); in TEST_F() 285 lexicon_outputs.other_tvi_to_main_tvi.emplace(foo_tvi, foo_main_tvi); in TEST_F() 358 lexicon_outputs.other_tvi_to_main_tvi.emplace(foot_tvi, foot_main_tvi); in TEST_F() 359 lexicon_outputs.other_tvi_to_main_tvi.emplace(fool_tvi, fool_main_tvi); in TEST_F()
|
D | main-index-merger.cc | 253 lexicon_merge_outputs.other_tvi_to_main_tvi.find(cur_decoded_term.tvi); in TranslateAndExpandLiteHits() 254 if (itr == lexicon_merge_outputs.other_tvi_to_main_tvi.cend()) { in TranslateAndExpandLiteHits()
|
D | main-index.h | 93 std::unordered_map<uint32_t, uint32_t> other_tvi_to_main_tvi; member
|
D | main-index.cc | 344 outputs.other_tvi_to_main_tvi.emplace(other_tvi, new_main_tvi); in AddTerms()
|