Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
112 auto best_match = FindClosestMatch(token_list); in MaybeMatches() local114 return best_match.second; in MaybeMatches()124 size_t best_match = 0; in FindClosestMatch() local128 if (this_match > best_match) { in FindClosestMatch()130 best_match = this_match; in FindClosestMatch()134 return std::make_pair(best_match_ptr, best_match); in FindClosestMatch()