Searched defs:CmdlineType (Results 1 – 2 of 2) sorted by relevance
27 struct CmdlineType<InstructionSet> : CmdlineTypeParser<InstructionSet> { struct28 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()
54 struct CmdlineType : CmdlineTypeParser<T> { struct