Searched refs:HasCommands (Results 1 – 6 of 6) sorted by relevance
120 HasCommands ();
56 bool HasCommands();
319 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter322 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
464 bool HasCommands() const;
648 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()736 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
998 if (HasCommands()) { in GetCommandSP()1041 if (HasCommands()) { in GetCommandSP()2159 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter