Searched refs:m_command_interpreter_up (Results 1 – 2 of 2) sorted by relevance
164 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()165 return *m_command_interpreter_up; in GetCommandInterpreter()743 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
975 m_command_interpreter_up( in Debugger()999 if (m_command_interpreter_up) { in Debugger()1003 m_command_interpreter_up->GetValueProperties()); in Debugger()1008 m_command_interpreter_up->Initialize(); in Debugger()1109 m_command_interpreter_up->Clear(); in Clear()1117 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()1121 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()2095 m_command_interpreter_up.get(), in DefaultEventHandler()2134 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()