Searched refs:m_command_interpreter_up (Results 1 – 2 of 2) sorted by relevance
194 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()195 return *m_command_interpreter_up; in GetCommandInterpreter()496 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
692 m_command_interpreter_up( in Debugger()704 m_command_interpreter_up->Initialize(); in Debugger()733 if (m_command_interpreter_up) { in Debugger()737 true, m_command_interpreter_up->GetValueProperties()); in Debugger()790 m_command_interpreter_up->Clear(); in Clear()804 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()808 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()1499 m_command_interpreter_up.get(), in DefaultEventHandler()1526 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()