Home
last modified time | relevance | path

Searched defs:CmdlineParserArgumentInfo (Results 1 – 1 of 1) sorted by relevance

/art/cmdline/detail/
Dcmdline_parse_argument_detail.h97 struct CmdlineParserArgumentInfo { struct
120 size_t MaybeMatches(const TokenRange& token_list) const { in MaybeMatches()
130 std::pair<const TokenRange*, size_t> FindClosestMatch(const TokenRange& token_list) const { in FindClosestMatch()
147 void DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
192 void CompleteArgument() { in CompleteArgument()
302 std::vector<const char*> names_;
304 bool using_blanks_ = false;
306 std::pair<size_t, size_t> token_range_size_;
309 std::vector<TokenRange> tokenized_names_;
312 std::vector<TokenRange> simple_names_;
[all …]