Searched refs:HasCommands (Results 1 – 6 of 6) sorted by relevance
88 bool HasCommands();
350 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter353 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
489 bool HasCommands() const;
1053 if (HasCommands()) { in GetCommandSP()1096 if (HasCommands()) { in GetCommandSP()2324 bool CommandInterpreter::HasCommands() const { in HasCommands() function in CommandInterpreter
620 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()695 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
12949 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()