Home
last modified time | relevance | path

Searched defs:IntoIterator (Results 1 – 25 of 106) sorted by relevance

12345

/external/rust/crates/itertools/src/
Dfree.rs47 pub fn intersperse<I>(iterable: I, element: I::Item) -> Intersperse<I::IntoIter> in intersperse()
67 where I: IntoIterator, in intersperse_with()
84 pub fn enumerate<I>(iterable: I) -> iter::Enumerate<I::IntoIter> in enumerate()
101 pub fn rev<I>(iterable: I) -> iter::Rev<I::IntoIter> in rev()
121 where I: IntoIterator, in zip()
122 J: IntoIterator in zip()
138 …hain<I, J>(i: I, j: J) -> iter::Chain<<I as IntoIterator>::IntoIter, <J as IntoIterator>::IntoIter> in chain()
171 where I: IntoIterator, in fold()
187 where I: IntoIterator, in all()
203 where I: IntoIterator, in any()
[all …]
Ddiff.rs42 where I: IntoIterator, in diff_with()
43 J: IntoIterator, in diff_with()
Dzip_eq_impl.rs28 where I: IntoIterator, in zip_eq()
29 J: IntoIterator in zip_eq()
Dkmerge_impl.rs141 pub fn kmerge<I>(iterable: I) -> KMerge<<I::Item as IntoIterator>::IntoIter> in kmerge()
143 I::Item: IntoIterator, in kmerge()
176 where I: IntoIterator, in kmerge_by()
177 I::Item: IntoIterator, in kmerge_by()
Drciter_impl.rs47 pub fn rciter<I>(iterable: I) -> RcIter<I::IntoIter> in rciter()
86 impl<'a, I> IntoIterator for &'a RcIter<I> impl
Dmerge_join.rs13 where I: IntoIterator, in merge_join_by()
14 J: IntoIterator, in merge_join_by()
Dconcat_impl.rs17 pub fn concat<I>(iterable: I) -> I::Item in concat()
Dunziptuple.rs23 I: IntoIterator, in multiunzip()
Dgroupbylazy.rs300 where J: IntoIterator, in new()
337 impl<'a, K, I, F> IntoIterator for &'a GroupBy<K, I, F> impl
430 pub fn new_chunks<J>(iter: J, size: usize) -> IntoChunks<J::IntoIter> in new_chunks()
489 impl<'a, I> IntoIterator for &'a IntoChunks<I> impl
Dput_back_n_impl.rs19 pub fn put_back_n<I>(iterable: I) -> PutBackN<I::IntoIter> in put_back_n()
Dlib.rs537 where J: IntoIterator, in zip_longest()
550 where J: IntoIterator, in zip_eq()
922 T: IntoIterator in flatten_ok()
1002 where J: IntoIterator, in merge_join_by()
1028 Self::Item: IntoIterator, in kmerge()
1058 Self::Item: IntoIterator, in kmerge_by()
1079 J: IntoIterator, in cartesian_product()
1113 Self::Item: IntoIterator, in multi_cartesian_product()
3489 where I: IntoIterator, in equal()
3490 J: IntoIterator, in equal()
[all …]
Dpeek_nth.rs23 pub fn peek_nth<I>(iterable: I) -> PeekNth<I::IntoIter> in peek_nth()
/external/rust/crates/quote/src/
Dext.rs37 I: IntoIterator, in append_all()
46 I: IntoIterator, in append_separated()
56 I: IntoIterator, in append_terminated()
71 I: IntoIterator, in append_all()
81 I: IntoIterator, in append_separated()
95 I: IntoIterator, in append_terminated()
/external/rust/crates/structopt/src/
Dlib.rs1170 I: IntoIterator, in from_iter()
1187 I: IntoIterator, in from_iter_safe()
/external/rust/crates/futures-util/src/stream/
Dselect_all.rs135 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
172 impl<'a, St: Stream + Unpin> IntoIterator for &'a SelectAll<St> { impl
181 impl<'a, St: Stream + Unpin> IntoIterator for &'a mut SelectAll<St> { impl
Diter.rs29 pub fn iter<I>(i: I) -> Iter<I::IntoIter> in iter()
/external/rust/crates/pest_meta/src/
Dlib.rs27 E: IntoIterator, in unwrap_or_report()
/external/rust/crates/regex/src/
Dre_set.rs309 impl<'a> IntoIterator for &'a SetMatches { impl
/external/rust/crates/tokio-stream/src/
Diter.rs33 pub fn iter<I>(i: I) -> Iter<I::IntoIter> in iter()
/external/rust/crates/futures-util/src/future/
Dselect_ok.rs32 pub fn select_ok<I>(iter: I) -> SelectOk<I::Item> in select_ok()
Dselect_all.rs34 pub fn select_all<I>(iter: I) -> SelectAll<I::Item> in select_all()
/external/rust/crates/rand/src/distributions/
Dweighted_index.rs98 I: IntoIterator, in new()
397 I: IntoIterator, in value_stability()
/external/rust/crates/regex-automata/src/
Dsparse_set.rs54 impl<'a> IntoIterator for &'a SparseSet { impl
/external/crosvm/common/cros_async/src/
Dqueue.rs47 impl<'q> IntoIterator for &'q RunnableQueue { impl
/external/crosvm/cros_async/src/
Dqueue.rs47 impl<'q> IntoIterator for &'q RunnableQueue { impl

12345