Home
last modified time | relevance | path

Searched refs:descrgetfunc (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Doc/includes/
H A Dtypestruct.h63 descrgetfunc tp_descr_get;
/third_party/protobuf/python/google/protobuf/pyext/
H A Dfield.cc120 (descrgetfunc)field::DescrGet, // tp_descr_get
/third_party/python/Objects/
H A Dclassobject.c194 descrgetfunc f = TP_DESCR_GET(Py_TYPE(descr)); in method_getattro()
411 descrgetfunc f = TP_DESCR_GET(Py_TYPE(descr)); in instancemethod_getattro()
H A Ddescrobject.c745 (descrgetfunc)method_get, /* tp_descr_get */
783 (descrgetfunc)classmethod_get, /* tp_descr_get */
820 (descrgetfunc)member_get, /* tp_descr_get */
857 (descrgetfunc)getset_get, /* tp_descr_get */
895 (descrgetfunc)wrapperdescr_get, /* tp_descr_get */
H A Dtypeobject.c1584 descrgetfunc f; in _PyObject_LookupSpecial()
1617 descrgetfunc f = Py_TYPE(res)->tp_descr_get; in lookup_maybe_method()
2326 descrgetfunc func; in subtype_dict()
3906 descrgetfunc meta_get; in type_getattro()
3950 descrgetfunc local_get = Py_TYPE(attribute)->tp_descr_get; in type_getattro()
7050 descrgetfunc func = (descrgetfunc)wrapped; in wrap_descr_get()
7664 descrgetfunc f = Py_TYPE(attr)->tp_descr_get; in call_attribute()
8866 descrgetfunc f = Py_TYPE(res)->tp_descr_get; in super_getattro()
H A Dobject.c1169 descrgetfunc f = NULL; in _PyObject_GetMethod()
1255 descrgetfunc f; in _PyObject_GenericGetAttrWithDict()
/third_party/python/Include/cpython/
H A Dobject.h210 descrgetfunc tp_descr_get;
/third_party/python/Include/
H A Dobject.h223 typedef PyObject *(*descrgetfunc) (PyObject *, PyObject *, PyObject *); typedef
/third_party/python/Modules/_ctypes/
H A Dcfield.c334 (descrgetfunc)PyCField_get, /* tp_descr_get */

Completed in 37 milliseconds