Searched refs:PyCFunction_GET_SELF (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | methodobject.c | 135 return PyCFunction_GET_SELF(op); in PyCFunction_GetSelf() 260 self = PyCFunction_GET_SELF(m); in meth_get__self__() 427 PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs); in cfunction_vectorcall_FASTCALL() 443 PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs, kwnames); in cfunction_vectorcall_FASTCALL_KEYWORDS() 459 PyObject *result = meth(PyCFunction_GET_SELF(func), cls, args, nargs, kwnames); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD() 487 meth, PyCFunction_GET_SELF(func), NULL); in cfunction_vectorcall_NOARGS() 515 meth, PyCFunction_GET_SELF(func), args[0]); in cfunction_vectorcall_O() 538 PyObject *self = PyCFunction_GET_SELF(func); in cfunction_call()
|
D | typeobject.c | 5100 PyCFunction_GET_SELF(getstate) == obj && in object_getstate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | methodobject.h | 47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() function 55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) macro
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | methodobject.h | 47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() function 55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | methodobject.h | 47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() function 55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | methodobject.h | 47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() function 55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | methodobject.h | 47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() function 55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) macro
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | methodobject.h | 31 #define PyCFunction_GET_SELF(func) \ macro
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | methodobject.c | 75 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 5025 PyObject *res = _PyCFunction_TrampolineCall(cfunc, PyCFunction_GET_SELF(callable), arg); 5056 PyCFunction_GET_SELF(callable), 5097 PyCFunction_GET_SELF(callable),
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ceval.c | 4354 PyObject *self = PyCFunction_GET_SELF(func); in call_function()
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 1712 PyObject *mself = PyCFunction_GET_SELF(destroy); in SwigPyObject_dealloc()
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 1584 PyObject *mself = PyCFunction_GET_SELF(destroy); in SwigPyObject_dealloc()
|