Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h43 struct CmdlineParser { struct
112 friend struct CmdlineParser;
173 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey()
203 CmdlineParser::Builder& IntoIgnore() { in IntoIgnore()
257 friend struct CmdlineParser;
258 friend struct CmdlineParser::Builder;
259 friend struct CmdlineParser::UntypedArgumentBuilder;
261 ArgumentBuilder(CmdlineParser::Builder& parser, in ArgumentBuilder()
277 CmdlineParser::Builder& parent_;
354 explicit UntypedArgumentBuilder(CmdlineParser::Builder& parent) : parent_(parent) {} in UntypedArgumentBuilder()
[all …]
DREADME.md15 The `CmdlineParser` class provides a fluent interface using a domain-specific language to quickly
20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
35 using FruitParser = CmdlineParser<FruitVariantMap, FruitVariantMap::Key>;
/art/runtime/
Dparsed_options.h42 struct CmdlineParser;
46 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
Dparsed_options.cc55 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;