HomeSort by relevance Sort by last modified time
    Searched refs:best_match_size (Results 1 - 2 of 2) sorted by null

  /art/cmdline/
cmdline_parser.h 523 size_t best_match_size = 0; // How many tokens were matched in the best case. local
532 if (local_match > best_match_size) {
533 best_match_size = local_match;
556 assert(arg->MaybeMatches(possible_name) == best_match_size);
577 if (best_match_size > max_tokens || best_match_size < min_tokens) {
581 "matched " + std::to_string(best_match_size)
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 320 size_t best_match_size = closest_match_res.second; local
323 if (best_match_size > arguments.Size()) {

Completed in 53 milliseconds