Home
last modified time | relevance | path

Searched refs:PyWrapperDescrObject (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Ddescrobject.c53 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
155 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
306 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
401 wrapperdescr_get_doc(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_doc()
575 sizeof(PyWrapperDescrObject),
678 PyWrapperDescrObject *descr; in PyDescr_NewWrapper()
680 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
935 PyWrapperDescrObject *descr;
1098 PyWrapperDescrObject *descr; in PyWrapper_New()
1101 descr = (PyWrapperDescrObject *)d; in PyWrapper_New()
Dtypeobject.c5691 ((PyWrapperDescrObject *)getattribute)->d_wrapped ==
6318 PyWrapperDescrObject *d;
6339 ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) {
6343 d = (PyWrapperDescrObject *)descr;
/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c85 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
212 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
520 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, in wrapperdescr_raw_call()
540 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
684 wrapperdescr_get_doc(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_doc()
690 wrapperdescr_get_text_signature(PyWrapperDescrObject *descr, void *closure) in wrapperdescr_get_text_signature()
864 sizeof(PyWrapperDescrObject),
1005 PyWrapperDescrObject *descr; in PyDescr_NewWrapper()
1007 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type, in PyDescr_NewWrapper()
1271 PyWrapperDescrObject *descr;
[all …]
Dtypeobject.c7704 ((PyWrapperDescrObject *)getattribute)->d_wrapped == in slot_tp_getattr_hook()
8368 PyWrapperDescrObject *d; in update_one_slot()
8399 ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) { in update_one_slot()
8403 d = (PyWrapperDescrObject *)descr; in update_one_slot()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Ddescrobject.h58 } PyWrapperDescrObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Ddescrobject.h58 } PyWrapperDescrObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Ddescrobject.h58 } PyWrapperDescrObject; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Ddescrobject.h58 } PyWrapperDescrObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Ddescrobject.h58 } PyWrapperDescrObject; typedef
/aosp_15_r20/external/python/cpython2/Include/
Ddescrobject.h68 } PyWrapperDescrObject; typedef