Searched refs:stop_on_continue (Results 1 – 2 of 2) sorted by relevance
55 CommandInterpreterRunOptions (LazyBool stop_on_continue, in CommandInterpreterRunOptions() argument61 m_stop_on_continue(stop_on_continue), in CommandInterpreterRunOptions()98 SetStopOnContinue (bool stop_on_continue) in SetStopOnContinue() argument100 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()
49 SBCommandInterpreterRunOptions::SetStopOnContinue (bool stop_on_continue) in SetStopOnContinue() argument51 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()