Searched refs:PyObject_SelfIter (Results 1 – 25 of 72) sorted by relevance
123
/aosp_15_r20/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 */
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | iterobject.c | 170 PyObject_SelfIter, /* tp_iter */ 294 PyObject_SelfIter, /* tp_iter */ 458 PyObject_SelfIter, /* am_await */ 491 PyObject_SelfIter, /* tp_iter */
|
D | genobject.c | 866 PyObject_SelfIter, /* tp_iter */ 1311 PyObject_SelfIter, /* tp_iter */ 1570 PyObject_SelfIter, /* am_aiter */ 1841 PyObject_SelfIter, /* am_await */ 1875 PyObject_SelfIter, /* tp_iter */ 2261 PyObject_SelfIter, /* am_await */ 2295 PyObject_SelfIter, /* tp_iter */
|
D | enumobject.c | 317 PyObject_SelfIter, /* tp_iter */ 530 PyObject_SelfIter, /* tp_iter */
|
D | rangeobject.c | 878 PyObject_SelfIter, /* tp_iter */ 1073 PyObject_SelfIter, /* tp_iter */
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 168 PyObject_SelfIter, /* tp_iter */ 399 PyObject_SelfIter, /* tp_iter */ 546 PyObject_SelfIter, /* tp_iter */ 987 PyObject_SelfIter, /* tp_iter */ 1250 PyObject_SelfIter, /* tp_iter */ 1415 PyObject_SelfIter, /* tp_iter */ 1575 PyObject_SelfIter, /* tp_iter */ 1835 PyObject_SelfIter, /* tp_iter */ 1974 PyObject_SelfIter, /* tp_iter */ 2198 PyObject_SelfIter, /* tp_iter */ [all …]
|
/aosp_15_r20/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 */
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | Python-tokenize.c | 117 {Py_tp_iter, PyObject_SelfIter},
|
D | bltinmodule.c | 656 PyObject_SelfIter, /* tp_iter */ 1442 PyObject_SelfIter, /* tp_iter */ 2935 PyObject_SelfIter, /* tp_iter */
|
/aosp_15_r20/external/pytorch/torch/csrc/fx/ |
H A D | node.cpp | 237 PyObject_SelfIter, /* tp_iter */
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor_containers.c | 95 {Py_tp_iter, PyObject_SelfIter}, 155 {Py_tp_iter, PyObject_SelfIter},
|
D | extension_dict.c | 225 {Py_tp_iter, PyObject_SelfIter},
|
/aosp_15_r20/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 1174 PyObject_SelfIter, /* tp_iter */ 1307 PyObject_SelfIter, /* tp_iter */
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 1096 PyObject_SelfIter, /* tp_iter */ 1232 PyObject_SelfIter, /* tp_iter */
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 470 PyObject_SelfIter, // tp_iter
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 470 PyObject_SelfIter, // tp_iter
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | object.h | 295 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | object.h | 295 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | object.h | 295 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | object.h | 295 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | object.h | 295 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
123