Searched refs:IsInteractive (Results 1 – 5 of 5) sorted by relevance
94 bool IsInteractive();
356 bool SBCommandInterpreter::IsInteractive() { in IsInteractive() function in SBCommandInterpreter359 return (IsValid() ? m_opaque_ptr->IsInteractive() : false); in IsInteractive()
654 bool IsInteractive();
3285 bool CommandInterpreter::IsInteractive() { in IsInteractive() function in CommandInterpreter
13056 result = (bool)(arg1)->IsInteractive(); in _wrap_SBCommandInterpreter_IsInteractive()