Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser.h48 struct CmdlineParser { struct
117 friend struct CmdlineParser;
188 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey()
218 CmdlineParser::Builder& IntoIgnore() { in IntoIgnore()
283 friend struct CmdlineParser;
284 friend struct CmdlineParser::Builder;
285 friend struct CmdlineParser::UntypedArgumentBuilder;
287 ArgumentBuilder(CmdlineParser::Builder& parser, in ArgumentBuilder()
303 CmdlineParser::Builder& parent_;
410 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.h44 struct CmdlineParser;
48 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
Dparsed_options.cc61 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>;