Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Dmain-index.cc465 uint32_t cur_term_id = hits[0].term_id(); in AddHits() local
467 term_id_codec.DecodeTermInfo(cur_term_id)); in AddHits()
474 while (term_id == cur_term_id && ++k_end < hits.size()) { in AddHits()
491 cur_term_id = term_id; in AddHits()
493 term_id_codec.DecodeTermInfo(cur_term_id)); in AddHits()
Dmain-index-merger.cc246 uint32_t cur_term_id = term_id_hit_pair.term_id(); in TranslateAndExpandLiteHits() local
248 term_id_codec.DecodeTermInfo(cur_term_id)); in TranslateAndExpandLiteHits()