Searched refs:m_subcommand_dict (Results 1 – 2 of 2) sorted by relevance
31 if (m_subcommand_dict.empty()) in GetSubcommandSPExact()35 if (pos == m_subcommand_dict.end()) in GetSubcommandSPExact()43 if (m_subcommand_dict.empty()) in GetSubcommandSP()67 if (pos != m_subcommand_dict.end()) in GetSubcommandSP()90 if (pos == m_subcommand_dict.end()) { in LoadSubCommand()114 if (pos == m_subcommand_dict.end()) { in LoadUserSubcommand()137 pos = m_subcommand_dict.find(str_name); in RemoveUserSubcommand()138 if (pos == m_subcommand_dict.end()) { in RemoveUserSubcommand()156 m_subcommand_dict.erase(pos); in RemoveUserSubcommand()181 if (m_subcommand_dict.empty()) { in Execute()[all …]
69 return m_subcommand_dict; in GetSubcommandDictionary()72 CommandObject::CommandMap m_subcommand_dict; variable