Searched refs:HasCommands (Results 1 – 4 of 4) sorted by relevance
101 bool HasCommands();
353 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter354 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
384 bool HasCommands() const;
865 if (HasCommands()) { in GetCommandSP()900 if (HasCommands()) { in GetCommandSP()1930 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter