Searched refs:command_map (Results 1 – 3 of 3) sorted by relevance
248 struct command_map struct250 command_map(std::initializer_list<command_pair>);255 generator_pair(const command_map);
669 const CommandObject::CommandMap &command_map);
2876 StringList &commands_help, const CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument2877 for (const auto &pair : command_map) { in FindCommandsForApropos()