Searched refs:combined_match (Results 1 – 1 of 1) sorted by relevance
323 Match& combined_match = result->back(); in CombineMatches() local324 combined_match.terms = match.terms; in CombineMatches()325 combined_match.terms.push_back(index_i); in CombineMatches()326 combined_match.nodes.swap(intersection); in CombineMatches()