Searched refs:IsRemovable (Results 1 – 6 of 6) sorted by relevance
83 IsRemovable() const { return m_can_be_removed; } in IsRemovable() function119 IsRemovable() const;
129 IsRemovable () const { return false; } in IsRemovable() function
365 CommandObjectProxy::IsRemovable() const in IsRemovable() function in CommandObjectProxy369 return proxy_command->IsRemovable(); in IsRemovable()
1281 IsRemovable () const in IsRemovable() function in CommandObjectPythonFunction
45 IsRemovable() const { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation
756 if (found && m_command_dict[name_sstr]->IsRemovable() == false) in AddCommand()779 if (m_command_dict[name]->IsRemovable() == false) in AddUserCommand()787 if (m_user_dict[name]->IsRemovable() == false) in AddUserCommand()