Searched refs:IsRemovable (Results 1 – 7 of 7) sorted by relevance
63 bool IsRemovable() const override { return m_can_be_removed; } in IsRemovable() function90 bool IsRemovable() const override;
34 bool IsRemovable() const override { return m_is_removable; } in IsRemovable() function
143 virtual bool IsRemovable() const { return false; } in IsRemovable() function
282 bool CommandObjectProxy::IsRemovable() const { in IsRemovable() function in CommandObjectProxy286 return proxy_command->IsRemovable(); in IsRemovable()
820 if (cmd_obj->IsRemovable()) { in DoExecute()1252 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectPythonFunction1326 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandObjectScriptingObject
971 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()992 if (!m_command_dict[name]->IsRemovable()) in AddUserCommand()999 if (!m_user_dict[name]->IsRemovable()) in AddUserCommand()1160 if (pos->second->IsRemovable()) { in RemoveCommand()
115 bool IsRemovable() const override { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation