OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:possible_name
(Results
1 - 1
of
1
) sorted by null
/art/cmdline/
cmdline_parser.h
521
TokenRange
possible_name
= arguments_list.Slice(i);
local
530
size_t local_match = arg->MaybeMatches(
possible_name
);
550
std::string("Unknown argument: ") +
possible_name
[0]);
556
assert(arg->MaybeMatches(
possible_name
) == best_match_size);
572
possible_name
[0] + ": incomplete command line arguments, expected "
580
std::string("Argument ") +
possible_name
[0] + ": too few tokens "
586
TokenRange exact_range =
possible_name
.Slice(0, max_tokens);
Completed in 460 milliseconds