Searched refs:descrsetfunc (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Doc/includes/ |
D | typestruct.h | 64 descrsetfunc tp_descr_set;
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | field.cc | 121 (descrsetfunc)field::DescrSet, // tp_descr_set
|
/third_party/python/Include/cpython/ |
D | object.h | 254 descrsetfunc tp_descr_set;
|
/third_party/python/Include/ |
D | object.h | 212 typedef int (*descrsetfunc) (PyObject *, PyObject *, PyObject *); typedef
|
/third_party/python/Objects/ |
D | descrobject.c | 801 (descrsetfunc)member_set, /* tp_descr_set */ 838 (descrsetfunc)getset_set, /* tp_descr_set */
|
D | typeobject.c | 2329 descrsetfunc func; in subtype_setdict() 6913 descrsetfunc func = (descrsetfunc)wrapped; in wrap_descr_set() 6928 descrsetfunc func = (descrsetfunc)wrapped; in wrap_descr_delete()
|
D | object.c | 1331 descrsetfunc f; in _PyObject_GenericSetAttrWithDict()
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 836 type,descrsetfunc,3.2,
|
/third_party/python/Modules/_ctypes/ |
D | cfield.c | 334 (descrsetfunc)PyCField_set, /* tp_descr_set */
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 117 …| :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/ |
D | stable_abi.txt | 254 typedef descrsetfunc
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2921 descrsetfunc f; in SWIG_Python_NonDynamicSetAttr()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2942 descrsetfunc f; in SWIG_Python_NonDynamicSetAttr()
|