Searched defs:Py_TYPE (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ | ||
D | descriptor.cc | 62 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro |
D | message.cc | 47 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro |