Home
last modified time | relevance | path

Searched defs:CmdlineType (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/cmdline/
H A Dcmdline_types.h54 struct CmdlineType : CmdlineTypeParser<T> { struct
/aosp12/art/dex2oat/
H A Ddex2oat_options.cc27 struct CmdlineType<InstructionSet> : CmdlineTypeParser<InstructionSet> { struct
28 Result Parse(const std::string& option) { in Parse()
36 static const char* Name() { return "InstructionSet"; } in Name()
37 static const char* DescribeType() { return "arm|arm64|x86|x86_64|none"; } in DescribeType()