Searched refs:PythonObject (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp35 // PythonObject
37 PythonObject::PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp) : function in class:PythonObject
45 PythonObject::Dump (Stream &strm) const
70 PythonObject::Repr ()
81 PythonObject::Str ()
96 PythonObject(py_obj)
100 PythonString::PythonString (const PythonObject &object) :
101 PythonObject(object.GetPythonObject())
106 PythonObject (script_object_s
[all...]
/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h30 class PythonObject class in namespace:lldb_private
33 PythonObject () : function in class:lldb_private::PythonObject
38 PythonObject (PyObject* py_obj) : function in class:lldb_private::PythonObject
44 PythonObject (const PythonObject &rhs) : function in class:lldb_private::PythonObject
50 PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp);
53 ~PythonObject ()
58 const PythonObject &
59 operator = (const PythonObject &rhs)
67 Reset (const PythonObject
[all...]
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py52 PythonObject = 'PythonObject' variable
54 _data_types = dict(CObject=CObject, PythonObject=PythonObject)
396 if cyvar.type == PythonObject:
1191 if (cyvar.type == PythonObject and
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py116 self.assertEqual(python_var.type, libcython.PythonObject)
/external/lldb/include/lldb/
H A Dlldb-forward.h159 class PythonObject;

Completed in 182 milliseconds