Searched refs:PyObject_InitVar (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/ |
D | objimpl.h | 122 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 128 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | objimpl.h | 122 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 128 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | objimpl.h | 122 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 128 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | objimpl.h | 122 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 128 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | objimpl.h | 122 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 128 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | objimpl.h | 151 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 197 ( (type *) PyObject_InitVar( \
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | allocation.rst | 24 .. c:function:: PyVarObject* PyObject_InitVar(PyVarObject *op, PyTypeObject *type, Py_ssize_t size)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | allocation.rst | 31 .. c:function:: PyVarObject* PyObject_InitVar(PyVarObject *op, PyTypeObject *type, Py_ssize_t size)
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 483 "PyObject_InitVar"
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 998 PyObject_InitVar:PyVarObject*::0: 999 PyObject_InitVar:PyVarObject*:op:0:
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 470 EXPORT_FUNC(PyObject_InitVar)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 521 function,PyObject_InitVar,3.2,,
|
D | refcounts.dat | 1735 PyObject_InitVar:PyVarObject*::0: 1736 PyObject_InitVar:PyVarObject*:op:0:
|
D | python3.11.abi | 546 …<elf-symbol name='PyObject_InitVar' type='func-type' binding='global-binding' visibility='default-… 9544 …PyObject_InitVar' mangled-name='PyObject_InitVar' filepath='Objects/object.c' line='163' column='1…
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 900 :c:func:`PyObject_InitVar` to make their implementation opaque. It avoids to
|
D | 3.10.0a1.rst | 3394 :c:func:`PyObject_InitVar` functions.
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | object.c | 163 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 229 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1181 [function.PyObject_InitVar]
|