Searched refs:_PyArg_UnpackStack (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | modsupport.h | 19 PyAPI_FUNC(int) _PyArg_UnpackStack(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | modsupport.h | 19 PyAPI_FUNC(int) _PyArg_UnpackStack(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | modsupport.h | 19 PyAPI_FUNC(int) _PyArg_UnpackStack(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | modsupport.h | 19 PyAPI_FUNC(int) _PyArg_UnpackStack(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | modsupport.h | 19 PyAPI_FUNC(int) _PyArg_UnpackStack(
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | descrobject.c | 1104 if (!_PyArg_UnpackStack(args, nargs, "get", 1, 2, in mappingproxy_get()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 2379 if (!_PyArg_UnpackStack(args, nargs, "sorted", 1, 1, &seq)) in builtin_sorted()
|
D | getargs.c | 2848 _PyArg_UnpackStack(PyObject *const *args, Py_ssize_t nargs, const char *name, in _PyArg_UnpackStack() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 5527 if (!_PyArg_UnpackStack(args, nargs, "bad_get", 3, 3, &self, &obj, &cls)) { in bad_get()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 942 …<elf-symbol name='_PyArg_UnpackStack' type='func-type' binding='global-binding' visibility='defaul… 13310 …_PyArg_UnpackStack' mangled-name='_PyArg_UnpackStack' filepath='Python/getargs.c' line='2858' colu…
|