Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:m_script_interpreter_ap

108     m_script_interpreter_ap (),
2643 if (m_script_interpreter_ap.get() != NULL)
2644 return m_script_interpreter_ap.get();
2668 m_script_interpreter_ap.reset (new ScriptInterpreterPython (*this));
2674 m_script_interpreter_ap.reset (new ScriptInterpreterNone (*this));
2678 return m_script_interpreter_ap.get();