Home
last modified time | relevance | path

Searched refs:PyCFunction_GetFunction (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dmethodobject.h48 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmethodobject.h48 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmethodobject.h48 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmethodobject.h48 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmethodobject.h48 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def91 PyCFunction_GetFunction
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c41 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c119 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def426 "PyCFunction_GetFunction"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c139 EXPORT_FUNC(PyCFunction_GetFunction)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat47 function,PyCFunction_GetFunction,3.2,,
Dpython3.11.abi48 …<elf-symbol name='PyCFunction_GetFunction' type='func-type' binding='global-binding' visibility='d…
9085PyCFunction_GetFunction' mangled-name='PyCFunction_GetFunction' filepath='Objects/methodobject.c' …
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c1275 PyCFunction f = PyCFunction_GetFunction(s->encoder); in encoder_new()
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c1849 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_new()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml452 [function.PyCFunction_GetFunction]