Searched refs:m_command_interpreter_up (Results 1 – 2 of 2) sorted by relevance
176 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()177 return *m_command_interpreter_up; in GetCommandInterpreter()705 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
841 m_command_interpreter_up( in Debugger()862 if (m_command_interpreter_up) { in Debugger()866 m_command_interpreter_up->GetValueProperties()); in Debugger()871 m_command_interpreter_up->Initialize(); in Debugger()956 m_command_interpreter_up->Clear(); in Clear()964 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()968 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()1871 m_command_interpreter_up.get(), in DefaultEventHandler()1902 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()