Home
last modified time | relevance | path

Searched refs:ScriptInterpreterPythonObject (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h272 class ScriptInterpreterPythonObject : public ScriptInterpreterObject
275 ScriptInterpreterPythonObject() : in ScriptInterpreterPythonObject() function
279 ScriptInterpreterPythonObject(void* obj) : in ScriptInterpreterPythonObject() function
292 ~ScriptInterpreterPythonObject() in ~ScriptInterpreterPythonObject()
298 DISALLOW_COPY_AND_ASSIGN (ScriptInterpreterPythonObject);
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2924 return lldb::ScriptInterpreterObjectSP(new ScriptInterpreterPythonObject(object)); in MakeScriptObject()