Searched refs:best_match_size (Results 1 – 2 of 2) sorted by relevance
626 size_t best_match_size = 0; // How many tokens were matched in the best case. in Parse() local635 if (local_match > best_match_size) { in Parse()636 best_match_size = local_match; in Parse()659 assert(arg->MaybeMatches(possible_name) == best_match_size); in Parse()680 if (best_match_size > max_tokens || best_match_size < min_tokens) { in Parse()684 "matched " + std::to_string(best_match_size) in Parse()
376 size_t best_match_size = closest_match_res.second; in ParseArgument() local379 if (best_match_size > arguments.Size()) { in ParseArgument()