Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
114 auto best_match = FindClosestMatch(token_list); in MaybeMatches() local116 return best_match.second; in MaybeMatches()126 size_t best_match = 0; in FindClosestMatch() local130 if (this_match > best_match) { in FindClosestMatch()132 best_match = this_match; in FindClosestMatch()136 return std::make_pair(best_match_ptr, best_match); in FindClosestMatch()