Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
121 auto best_match = FindClosestMatch(token_list); in MaybeMatches() local123 return best_match.second; in MaybeMatches()133 size_t best_match = 0; in FindClosestMatch() local137 if (this_match > best_match) { in FindClosestMatch()139 best_match = this_match; in FindClosestMatch()143 return std::make_pair(best_match_ptr, best_match); in FindClosestMatch()