Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_SELF (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c135 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()
Dtypeobject.c5100 PyCFunction_GET_SELF(getstate) == obj && in object_getstate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dmethodobject.h47 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/
Dmethodobject.h47 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/
Dmethodobject.h47 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/
Dmethodobject.h47 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/
Dmethodobject.h47 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/
Dmethodobject.h31 #define PyCFunction_GET_SELF(func) \ macro
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c75 PyObject *self = PyCFunction_GET_SELF(func); in PyCFunction_Call()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5025 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/
Dceval.c4354 PyObject *self = PyCFunction_GET_SELF(func); in call_function()
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c1712 PyObject *mself = PyCFunction_GET_SELF(destroy); in SwigPyObject_dealloc()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx1584 PyObject *mself = PyCFunction_GET_SELF(destroy); in SwigPyObject_dealloc()