Home
last modified time | relevance | path

Searched refs:FindClosestMatch (Results 1 – 1 of 1) sorted by relevance

/art/cmdline/detail/
Dcmdline_parse_argument_detail.h114 auto best_match = FindClosestMatch(token_list); in MaybeMatches()
123 std::pair<const TokenRange*, size_t> FindClosestMatch(const TokenRange& token_list) const { in FindClosestMatch() function
319 auto closest_match_res = argument_info_.FindClosestMatch(arguments); in ParseArgument()