Home
last modified time | relevance | path

Searched refs:descrsetfunc (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Doc/includes/
Dtypestruct.h64 descrsetfunc tp_descr_set;
/third_party/protobuf/python/google/protobuf/pyext/
Dfield.cc121 (descrsetfunc)field::DescrSet, // tp_descr_set
/third_party/python/Include/cpython/
Dobject.h254 descrsetfunc tp_descr_set;
/third_party/python/Include/
Dobject.h212 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
/third_party/python/Objects/
Ddescrobject.c801 (descrsetfunc)member_set, /* tp_descr_set */
838 (descrsetfunc)getset_set, /* tp_descr_set */
Dtypeobject.c2329 descrsetfunc func; in subtype_setdict()
6913 descrsetfunc func = (descrsetfunc)wrapped; in wrap_descr_set()
6928 descrsetfunc func = (descrsetfunc)wrapped; in wrap_descr_delete()
Dobject.c1331 descrsetfunc f; in _PyObject_GenericSetAttrWithDict()
/third_party/python/Doc/data/
Dstable_abi.dat836 type,descrsetfunc,3.2,
/third_party/python/Modules/_ctypes/
Dcfield.c334 (descrsetfunc)PyCField_set, /* tp_descr_set */
/third_party/python/Doc/c-api/
Dtypeobj.rst117 …| :c:member:`~PyTypeObject.tp_descr_set` | :c:type:`descrsetfunc` | __set__, …
390 | :c:type:`descrsetfunc` | .. line-block:: | int |
1677 .. c:member:: descrsetfunc PyTypeObject.tp_descr_set
2532 .. c:type:: int (*descrsetfunc)(PyObject *, PyObject *, PyObject *)
/third_party/python/Misc/
Dstable_abi.txt254 typedef descrsetfunc
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2921 descrsetfunc f; in SWIG_Python_NonDynamicSetAttr()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2942 descrsetfunc f; in SWIG_Python_NonDynamicSetAttr()