Searched refs:CmdlineParser (Results 1 – 4 of 4) sorted by relevance
43 struct CmdlineParser { struct112 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 …]
15 The `CmdlineParser` class provides a fluent interface using a domain-specific language to quickly20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with35 using FruitParser = CmdlineParser<FruitVariantMap, FruitVariantMap::Key>;
42 struct CmdlineParser;46 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;
55 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>;