Searched defs:PyVarObject_HEAD_INIT (Results 1 – 8 of 8) 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/cpython2/Modules/_ctypes/ |
D | ctypes.h | 27 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 149 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
D | message.cc | 46 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
/external/python/cpython2/Include/ |
D | object.h | 87 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/external/python/cpython3/Include/ |
D | object.h | 89 #define PyVarObject_HEAD_INIT(type, size) \ macro
|