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()
51 struct CmdlineType : CmdlineTypeParser<T> { struct