Searched refs:IsRemovable (Results 1 – 7 of 7) sorted by relevance
60 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function91 bool IsRemovable() const override;
144 virtual bool IsRemovable() const { return false; } in IsRemovable() function
31 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
290 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy294 return proxy_command->IsRemovable(); in IsRemovable()
630 if (cmd_obj->IsRemovable()) { in DoExecute()693 if (ent.second->IsRemovable()) in HandleArgumentCompletion()1049 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction1121 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObject
1014 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()1035 if (!m_command_dict[std::string(name)]->IsRemovable()) in AddUserCommand()1042 if (!m_user_dict[std::string(name)]->IsRemovable()) in AddUserCommand()1204 if (pos->second->IsRemovable()) { in RemoveCommand()
52 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation