Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dtypeobject.c.h179 object___reduce_ex___impl(PyObject *self, int protocol);
191 return_value = object___reduce_ex___impl(self, protocol); in object___reduce_ex__()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv347 Objects/typeobject.c object___reduce_ex___impl objreduce -
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO399 Objects/typeobject.c:object___reduce_ex___impl():PyId___reduce__ _Py_IDENTIFIER(__reduce__)
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c5422 object___reduce_ex___impl(PyObject *self, int protocol) in object___reduce_ex___impl() function