Lines Matching refs:SBCommandInterpreterRunOptions
21 SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions() { in SBCommandInterpreterRunOptions() function in SBCommandInterpreterRunOptions
27 SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions( in SBCommandInterpreterRunOptions() function in SBCommandInterpreterRunOptions
28 const SBCommandInterpreterRunOptions &rhs) { in SBCommandInterpreterRunOptions()
34 SBCommandInterpreterRunOptions::~SBCommandInterpreterRunOptions() = default;
36 SBCommandInterpreterRunOptions &SBCommandInterpreterRunOptions::operator=( in operator =()
37 const SBCommandInterpreterRunOptions &rhs) { in operator =()
46 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue()
52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue()
58 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError()
64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError()
70 bool SBCommandInterpreterRunOptions::GetStopOnCrash() const { in GetStopOnCrash()
76 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash()
82 bool SBCommandInterpreterRunOptions::GetEchoCommands() const { in GetEchoCommands()
88 void SBCommandInterpreterRunOptions::SetEchoCommands(bool echo_commands) { in SetEchoCommands()
94 bool SBCommandInterpreterRunOptions::GetEchoCommentCommands() const { in GetEchoCommentCommands()
100 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands()
106 bool SBCommandInterpreterRunOptions::GetPrintResults() const { in GetPrintResults()
112 void SBCommandInterpreterRunOptions::SetPrintResults(bool print_results) { in SetPrintResults()
118 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors()
124 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors()
130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory()
136 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory()
142 bool SBCommandInterpreterRunOptions::GetAutoHandleEvents() const { in GetAutoHandleEvents()
148 void SBCommandInterpreterRunOptions::SetAutoHandleEvents( in SetAutoHandleEvents()
155 bool SBCommandInterpreterRunOptions::GetSpawnThread() const { in GetSpawnThread()
161 void SBCommandInterpreterRunOptions::SetSpawnThread(bool spawn_thread) { in SetSpawnThread()
168 SBCommandInterpreterRunOptions::get() const { in get()
173 SBCommandInterpreterRunOptions::ref() const { in ref()