Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc71 .IntoKey(M::Zygote) in MakeParser()
73 .IntoKey(M::Help) in MakeParser()
75 .IntoKey(M::ShowVersion) in MakeParser()
78 .IntoKey(M::BootClassPath) in MakeParser()
81 .IntoKey(M::BootClassPathLocations) in MakeParser()
84 .IntoKey(M::ClassPath) in MakeParser()
87 .IntoKey(M::Image) in MakeParser()
89 .IntoKey(M::CheckJni) in MakeParser()
91 .IntoKey(M::JniOptsForceCopy) in MakeParser()
94 .IntoKey(M::JdwpOptions) in MakeParser()
[all …]
/art/cmdline/
DREADME.md41 .IntoKey(FruitVariantMap::Help)
44 .IntoKey(FruitVariantMap::Apple)
48 .IntoKey(FruitVariantMap::Orange);
154 Currently, only `IntoKey` is supported, but that may change in the future.
156 #### IntoKey (required)
163 .IntoKey(Map::Help)
Dcmdline_parser.h173 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey() function
311 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() function
312 return CreateTypedBuilder<Unit>().IntoKey(key); in IntoKey()
Dcmdline_parser_test.cc510 .IntoKey(M::Help) in TEST_F()