Searched refs:combined_match (Results 1 – 1 of 1) sorted by relevance
232 Match& combined_match = result->back(); in CombineMatches() local233 combined_match.terms = match.terms; in CombineMatches()234 combined_match.terms.push_back(index_i); in CombineMatches()235 combined_match.nodes.swap(intersection); in CombineMatches()