Home
last modified time | relevance | path

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

/aosp12/art/cmdline/
H A Dcmdline_parser.h48 struct CmdlineParser { struct
117 friend struct CmdlineParser;
236 CmdlineParser::Builder& IntoIgnore() { in IntoIgnore()
301 friend struct CmdlineParser;
302 friend struct CmdlineParser::Builder;
321 CmdlineParser::Builder& parent_;
431 CmdlineParser::Builder& parent_;
507 CmdlineParser Build() { in Build()
533 friend struct CmdlineParser;
593 CmdlineParser(CmdlineParser&&) = default; argument
[all …]
H A 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>;
/aosp12/art/dex2oat/
H A Ddex2oat_options.h37 struct CmdlineParser;
75 CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key> CreateDex2oatArgumentParser();
H A Ddex2oat_options.cc54 using Parser = CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key>;
/aosp12/art/runtime/
H A Dparsed_options.h43 struct CmdlineParser;
47 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
H A Dparsed_options.cc62 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
/aosp12/art/compiler/driver/
H A Dsimple_compiler_options_map.h49 using Parser = CmdlineParser<SimpleParseArgumentMap, SimpleParseArgumentMapKey>;