Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h313 struct UntypedArgumentBuilder { struct
316 ArgumentBuilder<TArg> WithType() { in WithType()
320 UntypedArgumentBuilder& WithHelp(const char* sv) { in WithHelp()
325 UntypedArgumentBuilder& WithCategory(const char* sv) { in WithCategory()
330 UntypedArgumentBuilder& WithMetavar(const char* sv) { in WithMetavar()
337 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues()
346 ArgumentBuilder<TArg> WithValue(const TArg& value) { in WithValue()
352 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey()
360 void SetNames(std::vector<const char*>&& names) { in SetNames()
364 void SetNames(std::initializer_list<const char*> names) { in SetNames()
[all …]