Searched refs:stop_on_continue (Results 1 – 2 of 2) sorted by relevance
64 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() argument69 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()99 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument100 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()
49 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument51 (bool), stop_on_continue); in SetStopOnContinue()53 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()