Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h53 struct UntypedArgumentBuilder; // Build arguments which weren't yet given a type.
285 friend struct CmdlineParser::UntypedArgumentBuilder;
313 struct UntypedArgumentBuilder { struct
320 UntypedArgumentBuilder& WithHelp(const char* sv) { in WithHelp() argument
325 UntypedArgumentBuilder& WithCategory(const char* sv) { in WithCategory() argument
330 UntypedArgumentBuilder& WithMetavar(const char* sv) { in WithMetavar() argument
357 UntypedArgumentBuilder(UntypedArgumentBuilder&&) = default;
382 UntypedArgumentBuilder(const UntypedArgumentBuilder&) = delete;
410 explicit UntypedArgumentBuilder(CmdlineParser::Builder& parent) : parent_(parent) {} in UntypedArgumentBuilder() function
425 UntypedArgumentBuilder Define(const char* name) { in Define()
[all …]