Searched refs:stop_on_continue (Results 1 – 2 of 2) sorted by relevance
57 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument59 (bool), stop_on_continue); in SetStopOnContinue()61 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()
93 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() argument98 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()121 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument122 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()