Searched refs:ScriptInterpreterPythonObject (Results 1 – 2 of 2) sorted by relevance
272 class ScriptInterpreterPythonObject : public ScriptInterpreterObject275 ScriptInterpreterPythonObject() : in ScriptInterpreterPythonObject() function279 ScriptInterpreterPythonObject(void* obj) : in ScriptInterpreterPythonObject() function292 ~ScriptInterpreterPythonObject() in ~ScriptInterpreterPythonObject()298 DISALLOW_COPY_AND_ASSIGN (ScriptInterpreterPythonObject);
2924 return lldb::ScriptInterpreterObjectSP(new ScriptInterpreterPythonObject(object)); in MakeScriptObject()