Searched refs:best_match_size (Results 1 – 2 of 2) sorted by relevance
608 size_t best_match_size = 0; // How many tokens were matched in the best case. in Parse() local617 if (local_match > best_match_size) { in Parse()618 best_match_size = local_match; in Parse()641 assert(arg->MaybeMatches(possible_name) == best_match_size); in Parse()662 if (best_match_size > max_tokens || best_match_size < min_tokens) { in Parse()666 "matched " + std::to_string(best_match_size) in Parse()
374 size_t best_match_size = closest_match_res.second; in ParseArgument() local377 if (best_match_size > arguments.Size()) { in ParseArgument()