Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/third_party/python/Objects/
Dmethodobject.c125 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()
409 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
537 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call()
Dtypeobject.c5101 PyCFunction_GET_FUNCTION(getstate) == object___getstate__) in object_getstate()
8422 PyCFunction_GET_FUNCTION(descr) == in update_one_slot()
/third_party/python/Python/
Dspecialize.c1537 if (PyCFunction_GET_FUNCTION(callable) == NULL) { in specialize_c_call()
Dceval.c5018 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);
5052 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);
5095 PyCFunction_GET_FUNCTION(callable);
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1711 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()