Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h331 struct UntypedArgumentBuilder { struct
334 ArgumentBuilder<TArg> WithType() { in WithType()
338 UntypedArgumentBuilder& WithHelp(const char* sv) { in WithHelp()
343 UntypedArgumentBuilder& WithCategory(const char* sv) { in WithCategory()
348 UntypedArgumentBuilder& WithMetavar(const char* sv) { in WithMetavar()
355 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues()
364 ArgumentBuilder<TArg> WithValue(const TArg& value) { in WithValue()
370 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey()
378 void SetNames(std::vector<const char*>&& names) { in SetNames()
382 void SetNames(std::initializer_list<const char*> names) { in SetNames()
[all …]