Home
last modified time | relevance | path

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

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