Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Dmain-index-merger_test.cc102 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()
Dmain-index-merger.cc253 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()
Dmain-index.h93 std::unordered_map<uint32_t, uint32_t> other_tvi_to_main_tvi; member
Dmain-index.cc344 outputs.other_tvi_to_main_tvi.emplace(other_tvi, new_main_tvi); in AddTerms()