Home
last modified time | relevance | path

Searched refs:CmdlineParser (Results 1 – 7 of 7) 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.h43 struct CmdlineParser;
47 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
Dparsed_options.cc60 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
/art/compiler/driver/
Dsimple_compiler_options_map.h49 using Parser = CmdlineParser<SimpleParseArgumentMap, SimpleParseArgumentMapKey>;
/art/dex2oat/
Ddex2oat_options.h37 struct CmdlineParser;
Ddex2oat_options.cc53 using Parser = CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key>;