Home
last modified time | relevance | path

Searched refs:PyIter_Next (Results 1 - 25 of 34) sorted by relevance

12

/third_party/python/Objects/
H A Dodictobject.c233 PyDict_Next PyIter_Next
2142 while ((pair = PyIter_Next(iterator)) != NULL) { in mutablemapping_add_pairs()
2149 key = PyIter_Next(pair_iterator); in mutablemapping_add_pairs()
2157 value = PyIter_Next(pair_iterator); in mutablemapping_add_pairs()
2165 unexpected = PyIter_Next(pair_iterator); in mutablemapping_add_pairs()
2222 while (res == 0 && (key = PyIter_Next(iterator))) { in mutablemapping_update_arg()
H A Dnamespaceobject.c100 while ((key = PyIter_Next(keys_iter)) != NULL) { in namespace_repr()
H A Dsetobject.c915 while ((key = PyIter_Next(it)) != NULL) { in set_update_internal()
1233 while ((key = PyIter_Next(it)) != NULL) { in set_intersection()
1384 while ((key = PyIter_Next(it)) != NULL) { in set_isdisjoint()
1445 while ((key = PyIter_Next(it)) != NULL) { in set_difference_update_internal()
1777 while ((key = PyIter_Next(it)) != NULL) { in set_issuperset()
H A Ddictobject.c2331 while ((key = PyIter_Next(it)) != NULL) { in _PyDict_FromKeys()
2338 while ((key = PyIter_Next(it)) != NULL) { in _PyDict_FromKeys()
2751 item = PyIter_Next(it); in PyDict_MergeFromSeq2()
2948 for (key = PyIter_Next(iter); key; key = PyIter_Next(iter)) { in dict_merge()
4631 PyObject *next = PyIter_Next(iter); in all_contained_in()
4857 while ((key = PyIter_Next(it)) != NULL) { in _PyDictView_Intersect()
5057 while ((item = PyIter_Next(it)) != NULL) { in dictviews_isdisjoint()
5072 return NULL; /* PyIter_Next raised an exception. */ in dictviews_isdisjoint()
H A Dabstract.c2076 PyObject *item = PyIter_Next(it); in PySequence_Tuple()
2202 PyObject *item = PyIter_Next(it); in _PySequence_IterSearch()
2861 PyIter_Next(PyObject *iter) in PyIter_Next() function
H A Dweakrefobject.c643 PyObject* res = PyIter_Next(obj); in proxy_iternext()
/third_party/python/Modules/_io/
H A Diobase.c709 PyObject *line = PyIter_Next(it); in _io__IOBase_readlines_impl()
766 PyObject *line = PyIter_Next(iter); in _io__IOBase_writelines()
H A Dbytesio.c737 while ((item = PyIter_Next(it)) != NULL) { in _io_BytesIO_writelines()
747 /* See if PyIter_Next failed */ in _io_BytesIO_writelines()
/third_party/python/Modules/
H A D_csv.c884 lineobj = PyIter_Next(self->input_iter); in Reader_iternext()
1259 while ((field = PyIter_Next(iter))) { in csv_writerow()
1346 while ((row_obj = PyIter_Next(row_iter))) { in csv_writerows()
H A Dgetpath.c934 for (PyObject *k = PyIter_Next(it); k; k = PyIter_Next(it)) { in _PyConfig_InitPathConfig()
H A D_pickle.c1956 while ((module_name = PyIter_Next(iterator))) { in whichmodule()
2898 obj = PyIter_Next(iter); in batch_list()
2917 firstitem = PyIter_Next(iter); in batch_list()
2927 obj = PyIter_Next(iter); in batch_list()
2962 obj = PyIter_Next(iter); in batch_list()
3134 obj = PyIter_Next(iter); in batch_dict()
3160 firstitem = PyIter_Next(iter); in batch_dict()
3175 obj = PyIter_Next(iter); in batch_dict()
3220 obj = PyIter_Next(iter); in batch_dict()
3497 item = PyIter_Next(ite in save_frozenset()
[all...]
H A Dmathmodule.c1466 item = PyIter_Next(iter); in math_fsum()
3150 item = PyIter_Next(iter); in math_prod_impl()
3195 item = PyIter_Next(iter); in math_prod_impl()
3238 item = PyIter_Next(iter); in math_prod_impl()
H A D_collectionsmodule.c1439 x = PyIter_Next(it1); in deque_richcompare()
1442 y = PyIter_Next(it2); in deque_richcompare()
2327 key = PyIter_Next(it); in _collections__count_elements_impl()
2363 key = PyIter_Next(it); in _collections__count_elements_impl()
H A Ditertoolsmodule.c263 newvalue = PyIter_Next(gbo->it); in groupby_step()
635 value = PyIter_Next(tdo->it); in teedataobject_getitem()
1146 item = PyIter_Next(lz->it); in cycle_next()
1156 /* Note: StopIteration is already cleared by PyIter_Next() */ in cycle_next()
2081 PyObject *iterable = PyIter_Next(lz->source); in chain_next()
4653 item = PyIter_Next(it); in zip_longest_next()
4687 item = PyIter_Next(it); in zip_longest_next()
H A D_abc.c377 while ((key = PyIter_Next(iter))) { in compute_abstract_methods()
H A D_functoolsmodule.c686 op2 = PyIter_Next(it); in functools_reduce()
/third_party/python/Python/
H A Dbltinmodule.c1777 while (( item = PyIter_Next(it) )) { in min_max()
2501 item = PyIter_Next(iter); in builtin_sum_impl()
2551 item = PyIter_Next(iter); in builtin_sum_impl()
2592 item = PyIter_Next(iter); in builtin_sum_impl()
H A Dast.c178 PyObject *item = PyIter_Next(it); in validate_constant()
/third_party/python/Include/
H A Dabstract.h396 PyAPI_FUNC(PyObject *) PyIter_Next(PyObject *);
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c380 while ((parsed_line = PyIter_Next(reader))) { in fuzz_csv_reader()
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc180 while ((next.reset(PyIter_Next(iter.get()))) != NULL) { in Extend()
H A Drepeated_scalar_container.cc508 while ((next.reset(PyIter_Next(iter.get()))) != NULL) { in Subscript()
H A Dmessage.cc1136 while ((next.reset(PyIter_Next(iter.get()))) != NULL) { in InitAttributes()
1170 while ((next.reset(PyIter_Next(iter.get()))) != NULL) { in InitAttributes()
1187 // Check to see how PyIter_Next() exited. in InitAttributes()
1199 while ((next.reset(PyIter_Next(iter.get()))) != NULL) { in InitAttributes()
1212 // Check to see how PyIter_Next() exited. in InitAttributes()
/third_party/python/PC/
H A Dpython3dll.c313 EXPORT_FUNC(PyIter_Next)
/third_party/python/Modules/_sqlite/
H A Dcursor.c883 parameters = PyIter_Next(parameters_iter); in _pysqlite_query_execute()

Completed in 60 milliseconds

12