Searched refs:HasCommands (Results 1 – 8 of 8) sorted by relevance
120 HasCommands ();
36 self.assertTrue(ci.HasCommands())
50 self.assertTrue(interpreter.HasCommands())
56 bool HasCommands();
318 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter321 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
455 bool HasCommands() const;
645 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()733 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
980 if (HasCommands()) { in GetCommandSP()1023 if (HasCommands()) { in GetCommandSP()2112 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter