Searched refs:m_command_interpreter_ap (Results 1 – 2 of 2) sorted by relevance
148 assert (m_command_interpreter_ap.get()); in GetCommandInterpreter()149 return *m_command_interpreter_ap; in GetCommandInterpreter()370 std::unique_ptr<CommandInterpreter> m_command_interpreter_ap; variable
635 m_command_interpreter_ap (new CommandInterpreter (*this, eScriptLanguageDefault, false)), in Debugger()645 m_command_interpreter_ap->Initialize (); in Debugger()656 if (m_command_interpreter_ap.get()) in Debugger()661 m_command_interpreter_ap->GetValueProperties()); in Debugger()722 return !m_command_interpreter_ap->GetSynchronous(); in GetAsyncExecution()728 m_command_interpreter_ap->SetSynchronous (!async_execution); in SetAsyncExecution()