Home
last modified time | relevance | path

Searched defs:typeobj (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/
Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/aosp_15_r20/external/python/cpython2/Include/
Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
328 #define PyObject_GC_New(type, typeobj) \ argument
330 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobjimpl.h5 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_object.h89 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init()
100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_object.h89 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init()
100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_object.h89 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init()
100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar()
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_object.h89 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init()
100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_object.h89 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init()
100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar()
/aosp_15_r20/external/python/cpython2/Lib/unittest/
Dcase.py208 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/unittest/
Dcase.py425 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/external/python/cpython3/Lib/unittest/
Dcase.py425 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/external/python/cpython2/Tools/gdb/
Dlibpython.py448 def _PyObject_VAR_SIZE(typeobj, nitems): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/
H A Dcase.py425 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/unittest/
Dcase.py425 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/unittest/
Dcase.py425 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/unittest/
Dcase.py425 def addTypeEqualityFunc(self, typeobj, function): argument
/aosp_15_r20/external/python/cpython3/Tools/gdb/
Dlibpython.py457 def _PyObject_VAR_SIZE(typeobj, nitems): argument