Searched refs:HasCommands (Results 1 – 6 of 6) sorted by relevance
87 bool HasCommands();
337 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter340 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
466 bool HasCommands() const;
644 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()731 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
1001 if (HasCommands()) { in GetCommandSP()1044 if (HasCommands()) { in GetCommandSP()2162 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter
12186 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()