Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
129 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
131 #define PyObject_NewVar(type, typeobj, n) \ argument
136 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
143 # define PyObject_INIT(op, typeobj) \ argument
145 # define PyObject_INIT_VAR(op, typeobj, size) \ argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/external/python/cpython3/Include/cpython/
Dobjimpl.h9 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
25 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
65 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
76 #define PyObject_INIT(op, typeobj) \ argument
80 _PyObject_INIT_VAR(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_INIT_VAR()
88 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
/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
/external/python/pybind11/include/pybind11/
Dnumpy.h53 PyObject *typeobj; member
/external/python/cpython2/Lib/unittest/
Dcase.py208 def addTypeEqualityFunc(self, typeobj, function): argument
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py259 def addTypeEqualityFunc(self, typeobj, function): argument
/external/python/cpython2/Tools/gdb/
Dlibpython.py448 def _PyObject_VAR_SIZE(typeobj, nitems): argument
/external/python/cpython3/Lib/unittest/
Dcase.py390 def addTypeEqualityFunc(self, typeobj, function): argument
/external/python/cpython3/Tools/gdb/
Dlibpython.py478 def _PyObject_VAR_SIZE(typeobj, nitems): argument