Home
last modified time | relevance | path

Searched refs:ssizeobjargproc (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h157 ssizeobjargproc sq_ass_item;
/third_party/python/Include/
Dobject.h191 typedef int(*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *); typedef
/third_party/python/Doc/data/
Dstable_abi.dat856 type,ssizeobjargproc,3.2,
/third_party/python/Doc/c-api/
Dtypeobj.rst309 …| :c:member:`~PySequenceMethods.sq_ass_item` | :c:type:`ssizeobjargproc` | __…
443 | :c:type:`ssizeobjargproc` | .. line-block:: | int |
2272 .. c:member:: ssizeobjargproc PySequenceMethods.sq_ass_item
2570 .. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t)
/third_party/python/Objects/
Dtypeobject.c6645 ssizeobjargproc func = (ssizeobjargproc)wrapped; in wrap_sq_setitem()
6664 ssizeobjargproc func = (ssizeobjargproc)wrapped; in wrap_sq_delitem()
Dbytearrayobject.c2197 (ssizeobjargproc)bytearray_setitem, /* sq_ass_item */
Dlistobject.c2810 (ssizeobjargproc)list_ass_item, /* sq_ass_item */
/third_party/python/Misc/
Dstable_abi.txt220 typedef ssizeobjargproc
/third_party/python/Modules/
D_collectionsmodule.c1571 (ssizeobjargproc)deque_ass_item, /* sq_ass_item */
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c897 typedef intobjargproc ssizeobjargproc; typedef
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c901 typedef intobjargproc ssizeobjargproc; typedef