Searched refs:m_subcommand_dict (Results 1 – 2 of 2) sorted by relevance
32 if (m_subcommand_dict.empty()) in GetSubcommandSPExact()36 if (pos == m_subcommand_dict.end()) in GetSubcommandSPExact()44 if (m_subcommand_dict.empty()) in GetSubcommandSP()68 if (pos != m_subcommand_dict.end()) in GetSubcommandSP()91 if (pos == m_subcommand_dict.end()) { in LoadSubCommand()115 if (pos == m_subcommand_dict.end()) { in LoadUserSubcommand()138 pos = m_subcommand_dict.find(str_name); in RemoveUserSubcommand()139 if (pos == m_subcommand_dict.end()) { in RemoveUserSubcommand()157 m_subcommand_dict.erase(pos); in RemoveUserSubcommand()177 if (m_subcommand_dict.empty()) { in Execute()[all …]
70 return m_subcommand_dict; in GetSubcommandDictionary()73 CommandObject::CommandMap m_subcommand_dict; variable