Searched refs:CommandInfo (Results 1 – 2 of 2) sorted by relevance
108 struct CommandInfo { struct109 CommandInfo();110 CommandInfo(const char* in_help_short,119 using CommandInfoMap = std::map<std::string_view, CommandInfo>; argument
330 CommandInfo::CommandInfo() in CommandInfo() function in commands::CommandInfo333 CommandInfo::CommandInfo(const char* in_help_short, in CommandInfo() function in commands::CommandInfo342 info_map[k##cmd] = CommandInfo(k##cmd##_HelpShort, k##cmd##_Help, &Run##cmd); in GetCommands()