Searched defs:PyVarObject_HEAD_INIT (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | sqlitecompat.h | 55 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.h | 157 # define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ |
H A D | cext.h | 107 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | object.h | 83 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | object.h | 83 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | object.h | 83 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | object.h | 83 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | object.h | 83 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 27 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 87 #define PyVarObject_HEAD_INIT(type, size) \ macro
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 47 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
H A D | descriptor.cc | 156 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 156 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|
H A D | message.cc | 47 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, macro
|