Home
last modified time | relevance | path

Searched defs:Py_TYPE (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h60 #define Py_TYPE(ob) ((ob)->ob_type) macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h274 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
/external/python/cpython2/Modules/_ctypes/
Dctypes.h26 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
/external/python/cpython2/Modules/
D_json.c4 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
D_elementtree.c100 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
D_bsddb.c236 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc152 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
Dmessage.cc49 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
/external/python/cpython2/Include/
Dobject.h115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
/external/python/cpython3/Include/
Dobject.h118 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro