Searched refs:WasInterrupted (Results 1 – 8 of 8) sorted by relevance
196 bool WasInterrupted = false; member204 WasInterrupted |= Other.WasInterrupted; in combineWith()
173 WasInterrupted () const;
212 bool WasInterrupted() const;
134 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter137 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
2005 if (m_interpreter.WasInterrupted()) in DoExecute()2032 if (m_interpreter.WasInterrupted()) in DoExecute()2093 if (m_interpreter.WasInterrupted()) in DoExecute()2111 if (m_interpreter.WasInterrupted()) in DoExecute()2225 if (m_interpreter.WasInterrupted()) in DoExecute()2250 if (m_interpreter.WasInterrupted()) in DoExecute()2299 if (m_interpreter.WasInterrupted()) in DoExecute()2315 if (m_interpreter.WasInterrupted()) in DoExecute()2382 if (m_interpreter.WasInterrupted()) in DoExecute()
1887 if (WasInterrupted()) { in HandleCommand()2547 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()3026 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter3040 while (!str.empty() && !WasInterrupted()) { in PrintCommandOutput()3074 if (WasInterrupted()) in IOHandlerInputComplete()
357 bool WasInterrupted() const;
2357 Result.WasInterrupted = true; in handle()2635 if (CombinedResult.WasInterrupted) { in track()2638 CombinedResult.WasInterrupted = false; in track()