Home
last modified time | relevance | path

Searched defs:tp_call (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython2/Doc/includes/
Dtypestruct.h24 ternaryfunc tp_call; member
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dtypestruct.h25 ternaryfunc tp_call; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h172 ternaryfunc tp_call; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h172 ternaryfunc tp_call; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h172 ternaryfunc tp_call; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h172 ternaryfunc tp_call; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h172 ternaryfunc tp_call; member
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h347 ternaryfunc tp_call; member
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c1106 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call); in test_get_statictype_slots() local