Searched refs:PyObject_SelfIter (Results 1 – 25 of 63) sorted by relevance
123
| /external/python/cpython3/Objects/ |
| D | iterobject.c | 166 PyObject_SelfIter, /* tp_iter */ 285 PyObject_SelfIter, /* tp_iter */ 449 PyObject_SelfIter, /* am_await */ 482 PyObject_SelfIter, /* tp_iter */
|
| D | genobject.c | 804 PyObject_SelfIter, /* tp_iter */ 1148 PyObject_SelfIter, /* tp_iter */ 1402 PyObject_SelfIter, /* am_aiter */ 1665 PyObject_SelfIter, /* am_await */ 1699 PyObject_SelfIter, /* tp_iter */ 2074 PyObject_SelfIter, /* am_await */ 2108 PyObject_SelfIter, /* tp_iter */
|
| D | enumobject.c | 249 PyObject_SelfIter, /* tp_iter */ 464 PyObject_SelfIter, /* tp_iter */
|
| D | rangeobject.c | 880 PyObject_SelfIter, /* tp_iter */ 1075 PyObject_SelfIter, /* tp_iter */
|
| D | dictobject.c | 3818 PyObject_SelfIter, /* tp_iter */ 3905 PyObject_SelfIter, /* tp_iter */ 4017 PyObject_SelfIter, /* tp_iter */ 4122 .tp_iter = PyObject_SelfIter, 4165 .tp_iter = PyObject_SelfIter, 4177 .tp_iter = PyObject_SelfIter,
|
| /external/python/cpython2/Modules/ |
| D | itertoolsmodule.c | 170 PyObject_SelfIter, /* tp_iter */ 283 PyObject_SelfIter, /* tp_iter */ 610 PyObject_SelfIter, /* tp_iter */ 808 PyObject_SelfIter, /* tp_iter */ 952 PyObject_SelfIter, /* tp_iter */ 1092 PyObject_SelfIter, /* tp_iter */ 1295 PyObject_SelfIter, /* tp_iter */ 1426 PyObject_SelfIter, /* tp_iter */ 1605 PyObject_SelfIter, /* tp_iter */ 1777 PyObject_SelfIter, /* tp_iter */ [all …]
|
| D | cStringIO.c | 574 PyObject_SelfIter, /*tp_iter */ 673 PyObject_SelfIter, /* tp_iter */
|
| D | _collectionsmodule.c | 1358 PyObject_SelfIter, /* tp_iter */ 1441 PyObject_SelfIter, /* tp_iter */
|
| /external/python/cpython2/Objects/ |
| D | iterobject.c | 128 PyObject_SelfIter, /* tp_iter */ 232 PyObject_SelfIter, /* tp_iter */
|
| D | enumobject.c | 204 PyObject_SelfIter, /* tp_iter */ 373 PyObject_SelfIter, /* tp_iter */
|
| D | rangeobject.c | 284 PyObject_SelfIter, /* tp_iter */
|
| D | genobject.c | 358 PyObject_SelfIter, /* tp_iter */
|
| D | dictobject.c | 2677 PyObject_SelfIter, /* tp_iter */ 2749 PyObject_SelfIter, /* tp_iter */ 2840 PyObject_SelfIter, /* tp_iter */
|
| /external/python/cpython3/Modules/ |
| D | itertoolsmodule.c | 169 PyObject_SelfIter, /* tp_iter */ 400 PyObject_SelfIter, /* tp_iter */ 548 PyObject_SelfIter, /* tp_iter */ 989 PyObject_SelfIter, /* tp_iter */ 1253 PyObject_SelfIter, /* tp_iter */ 1418 PyObject_SelfIter, /* tp_iter */ 1578 PyObject_SelfIter, /* tp_iter */ 1837 PyObject_SelfIter, /* tp_iter */ 1976 PyObject_SelfIter, /* tp_iter */ 2199 PyObject_SelfIter, /* tp_iter */ [all …]
|
| /external/python/cpython2/Objects/stringlib/ |
| D | string_format.h | 1174 PyObject_SelfIter, /* tp_iter */ 1307 PyObject_SelfIter, /* tp_iter */
|
| /external/python/cpython3/Objects/stringlib/ |
| D | unicode_format.h | 1094 PyObject_SelfIter, /* tp_iter */ 1230 PyObject_SelfIter, /* tp_iter */
|
| /external/protobuf/python/google/protobuf/pyext/ |
| D | extension_dict.cc | 470 PyObject_SelfIter, // tp_iter
|
| D | map_container.cc | 885 PyObject_SelfIter, // tp_iter
|
| /external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
| D | extension_dict.cc | 470 PyObject_SelfIter, // tp_iter
|
| /external/python/cpython3/Include/ |
| D | object.h | 277 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
| /external/python/cpython3/Python/ |
| D | bltinmodule.c | 665 PyObject_SelfIter, /* tp_iter */ 1418 PyObject_SelfIter, /* tp_iter */ 2890 PyObject_SelfIter, /* tp_iter */
|
| /external/python/cpython2/Modules/_io/ |
| D | bytesio.c | 897 PyObject_SelfIter, /*tp_iter*/
|
| /external/python/cpython2/Include/ |
| D | object.h | 478 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
| /external/python/cpython3/Modules/_io/ |
| D | bytesio.c | 1054 PyObject_SelfIter, /*tp_iter*/
|
| /external/python/cpython3/Modules/_sqlite/ |
| D | cursor.c | 1026 {Py_tp_iter, PyObject_SelfIter},
|
123