Searched defs:nargsf (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Objects/ |
| D | methodobject.c | 411 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL() 429 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL_KEYWORDS() 444 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_NOARGS() 466 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_O()
|
| D | descrobject.c | 285 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS() 308 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS_KEYWORDS() 342 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL() 360 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS() 378 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_NOARGS() 400 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_O()
|
| D | call.c | 75 size_t nargsf, PyObject *kwargs) in _PyObject_FastCallDict() 388 size_t nargsf, PyObject *kwnames) in _PyFunction_Vectorcall()
|
| D | classobject.c | 46 size_t nargsf, PyObject *kwnames) in method_vectorcall()
|
| /third_party/python/Include/cpython/ |
| D | abstract.h | 116 size_t nargsf, PyObject *kwnames) in _PyObject_Vectorcall()
|
| /third_party/python/Modules/ |
| D | _testcapimodule.c | 5898 size_t nargsf, PyObject *kwnames) in MethodDescriptor_vectorcall()
|