Searched refs:HasCommands (Results 1 – 6 of 6) sorted by relevance
88 bool HasCommands();
338 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter341 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
480 bool HasCommands() const;
1024 if (HasCommands()) { in GetCommandSP()1067 if (HasCommands()) { in GetCommandSP()2175 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter
613 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()688 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
12984 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()