Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmethodobject.c135 return PyCFunction_GET_SELF(op); in PyCFunction_GetSelf()
263 self = PyCFunction_GET_SELF(m); in meth_get__self__()
430 PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs); in cfunction_vectorcall_FASTCALL()
446 PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs, kwnames); in cfunction_vectorcall_FASTCALL_KEYWORDS()
462 PyObject *result = meth(PyCFunction_GET_SELF(func), cls, args, nargs, kwnames); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
489 PyObject *result = meth(PyCFunction_GET_SELF(func), NULL); in cfunction_vectorcall_NOARGS()
516 PyObject *result = meth(PyCFunction_GET_SELF(func), args[0]); in cfunction_vectorcall_O()
539 PyObject *self = PyCFunction_GET_SELF(func); in cfunction_call()
/third_party/python/Include/cpython/
Dmethodobject.h14 #define PyCFunction_GET_SELF(func) \ macro
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1699 PyObject *mself = PyCFunction_GET_SELF(destroy); in SwigPyObject_dealloc()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1712 PyObject *mself = PyCFunction_GET_SELF(destroy); in SwigPyObject_dealloc()