Searched defs:PyVarObject_HEAD_INIT (Results 1 – 10 of 10) sorted by relevance
| /external/python/cpython2/Modules/_sqlite/ |
| D | sqlitecompat.h | 55 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
| /external/python/cpython2/Modules/_multiprocessing/ |
| D | multiprocessing.h | 157 # define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ |
| D | cext.h | 107 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
| /external/python/cpython3/Include/ |
| D | object.h | 88 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
| /external/python/cpython2/Modules/_ctypes/ |
| D | ctypes.h | 27 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
| /external/python/cpython2/Include/ |
| D | object.h | 87 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
| /external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor.cc | 156 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
| D | message.cc | 47 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
| /external/protobuf/python/google/protobuf/pyext/ |
| D | message.cc | 47 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
| D | descriptor.cc | 156 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|