Searched refs:WasInterrupted (Results 1 – 8 of 8) sorted by relevance
195 bool WasInterrupted = false; member203 WasInterrupted |= Other.WasInterrupted; in combineWith()
173 WasInterrupted () const;
212 bool WasInterrupted() const;
133 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter136 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
1990 if (m_interpreter.WasInterrupted()) in DoExecute()2017 if (m_interpreter.WasInterrupted()) in DoExecute()2078 if (m_interpreter.WasInterrupted()) in DoExecute()2096 if (m_interpreter.WasInterrupted()) in DoExecute()2210 if (m_interpreter.WasInterrupted()) in DoExecute()2235 if (m_interpreter.WasInterrupted()) in DoExecute()2284 if (m_interpreter.WasInterrupted()) in DoExecute()2300 if (m_interpreter.WasInterrupted()) in DoExecute()2367 if (m_interpreter.WasInterrupted()) in DoExecute()
1847 if (WasInterrupted()) { in HandleCommand()2496 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()2978 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter2992 while (!str.empty() && !WasInterrupted()) { in PrintCommandOutput()3026 if (WasInterrupted()) in IOHandlerInputComplete()
348 bool WasInterrupted() const;
2197 Result.WasInterrupted = true; in handle()2457 if (CombinedResult.WasInterrupted) { in track()2460 CombinedResult.WasInterrupted = false; in track()