Searched refs:PyType_GenericAlloc (Results 1 – 25 of 88) sorted by relevance
1234
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 404 ScopedPyObjectPtr obj(PyType_GenericAlloc( in NewScalarMapContainer() 407 ScopedPyObjectPtr obj(PyType_GenericAlloc(&ScalarMapContainer_Type, 0)); in NewScalarMapContainer() 647 PyObject* obj = PyType_GenericAlloc( in NewMessageMapContainer() 650 PyObject* obj = PyType_GenericAlloc(&MessageMapContainer_Type, 0); in NewMessageMapContainer() 868 ScopedPyObjectPtr obj(PyType_GenericAlloc(&MapIterator_Type, 0)); in GetIterator()
|
D | extension_dict.cc | 259 PyType_GenericAlloc(&ExtensionDict_Type, 0)); in NewExtensionDict()
|
D | repeated_scalar_container.cc | 667 PyType_GenericAlloc(&RepeatedScalarContainer_Type, 0)); in NewContainer() 712 PyType_GenericAlloc(&RepeatedScalarContainer_Type, 0)); in DeepCopy()
|
D | repeated_composite_container.cc | 514 PyType_GenericAlloc(&RepeatedCompositeContainer_Type, 0)); in NewContainer()
|
/external/python/cpython2/Objects/ |
D | funcobject.c | 729 PyType_GenericAlloc, /* tp_alloc */ 738 PyType_GenericAlloc(&PyClassMethod_Type, 0); in PyClassMethod_New() 881 PyType_GenericAlloc, /* tp_alloc */ 890 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
|
D | enumobject.c | 215 PyType_GenericAlloc, /* tp_alloc */ 384 PyType_GenericAlloc, /* tp_alloc */
|
D | moduleobject.c | 259 PyType_GenericAlloc, /* tp_alloc */
|
D | descrobject.c | 614 descr = (PyDescrObject *)PyType_GenericAlloc(descrtype, 0); in descr_new() 1436 PyType_GenericAlloc, /* tp_alloc */
|
/external/python/cpython3/Objects/ |
D | funcobject.c | 802 PyType_GenericAlloc, /* tp_alloc */ 811 PyType_GenericAlloc(&PyClassMethod_Type, 0); in PyClassMethod_New() 980 PyType_GenericAlloc, /* tp_alloc */ 989 PyType_GenericAlloc(&PyStaticMethod_Type, 0); in PyStaticMethod_New()
|
D | enumobject.c | 246 PyType_GenericAlloc, /* tp_alloc */ 443 PyType_GenericAlloc, /* tp_alloc */
|
D | namespaceobject.c | 239 PyType_GenericAlloc, /* tp_alloc */
|
D | fileobject.c | 507 PyType_GenericAlloc, /* tp_alloc */
|
D | structseq.c | 414 result = (PyTypeObject*)PyType_GenericAlloc(&PyType_Type, 0); in PyStructSequence_NewType()
|
D | descrobject.c | 724 descr = (PyDescrObject *)PyType_GenericAlloc(descrtype, 0); in descr_new() 1660 PyType_GenericAlloc, /* tp_alloc */
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 389 #define EventRef_tp_alloc PyType_GenericAlloc 610 #define EventQueueRef_tp_alloc PyType_GenericAlloc 740 #define EventLoopRef_tp_alloc PyType_GenericAlloc 888 #define EventLoopTimerRef_tp_alloc PyType_GenericAlloc 1080 #define EventHandlerRef_tp_alloc PyType_GenericAlloc 1213 #define EventHandlerCallRef_tp_alloc PyType_GenericAlloc 1368 #define EventTargetRef_tp_alloc PyType_GenericAlloc 1498 #define EventHotKeyRef_tp_alloc PyType_GenericAlloc
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 148 #define IBNibRefObj_tp_alloc PyType_GenericAlloc
|
/external/python/cpython2/Doc/c-api/ |
D | type.rst | 80 .. c:function:: PyObject* PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems)
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 266 #define CmpInstObj_tp_alloc PyType_GenericAlloc 704 #define CmpObj_tp_alloc PyType_GenericAlloc
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 415 #define CFTypeRefObj_tp_alloc PyType_GenericAlloc 626 #define CFArrayRefObj_tp_alloc PyType_GenericAlloc 866 #define CFMutableArrayRefObj_tp_alloc PyType_GenericAlloc 1059 #define CFDictionaryRefObj_tp_alloc PyType_GenericAlloc 1236 #define CFMutableDictionaryRefObj_tp_alloc PyType_GenericAlloc 1467 #define CFDataRefObj_tp_alloc PyType_GenericAlloc 1732 #define CFMutableDataRefObj_tp_alloc PyType_GenericAlloc 2475 #define CFStringRefObj_tp_alloc PyType_GenericAlloc 2863 #define CFMutableStringRefObj_tp_alloc PyType_GenericAlloc 3515 #define CFURLRefObj_tp_alloc PyType_GenericAlloc
|
/external/python/cpython3/Doc/c-api/ |
D | type.rst | 80 .. c:function:: PyObject* PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems)
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 1605 PyType_GenericAlloc, /*tp_alloc*/ 1894 PyType_GenericAlloc, /*tp_alloc*/ 2128 PyType_GenericAlloc, /*tp_alloc*/
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 480 #define FSCatalogInfo_tp_alloc PyType_GenericAlloc 668 #define FInfo_tp_alloc PyType_GenericAlloc 1020 #define Alias_tp_alloc PyType_GenericAlloc 1480 #define FSSpec_tp_alloc PyType_GenericAlloc 2067 #define FSRef_tp_alloc PyType_GenericAlloc
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 679 PyType_GenericAlloc, /* tp_alloc */ 1403 PyType_GenericAlloc, /* tp_alloc */ 2722 PyType_GenericAlloc, /* tp_alloc */
|
/external/python/cpython3/Modules/ |
D | _abc.c | 74 .tp_alloc = PyType_GenericAlloc,
|
/external/python/cpython3/PC/ |
D | python3.def | 595 PyType_GenericAlloc=python37.PyType_GenericAlloc
|
1234