/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/ |
D | free.rs | 41 pub fn intersperse<I>(iterable: I, element: I::Item) -> Intersperse<I::IntoIter> in intersperse() 63 I: IntoIterator, in intersperse_with() 80 pub fn enumerate<I>(iterable: I) -> iter::Enumerate<I::IntoIter> in enumerate() 98 pub fn rev<I>(iterable: I) -> iter::Rev<I::IntoIter> in rev() 128 I: IntoIterator, in zip() 129 J: IntoIterator, in zip() 152 ) -> iter::Chain<<I as IntoIterator>::IntoIter, <J as IntoIterator>::IntoIter> in chain() 188 I: IntoIterator, in fold() 205 I: IntoIterator, in all() 222 I: IntoIterator, in any() [all …]
|
D | kmerge_impl.rs | 140 pub fn kmerge<I>(iterable: I) -> KMerge<<I::Item as IntoIterator>::IntoIter> in kmerge() 143 I::Item: IntoIterator, in kmerge() 181 I: IntoIterator, in kmerge_by() 182 I::Item: IntoIterator, in kmerge_by()
|
D | lib.rs | 588 J: IntoIterator, in zip_longest() 602 J: IntoIterator, in zip_eq() 965 T: IntoIterator, in flatten_ok() 1116 J: IntoIterator, in merge_join_by() 1143 Self::Item: IntoIterator, in kmerge() 1173 Self::Item: IntoIterator, in kmerge_by() 1194 J: IntoIterator, in cartesian_product() 1240 Self::Item: IntoIterator, in multi_cartesian_product() 4253 I: IntoIterator, in equal() 4254 J: IntoIterator, in equal() [all …]
|
D | merge_join.rs | 39 ) -> Merge<<I as IntoIterator>::IntoIter, <J as IntoIterator>::IntoIter> in merge() 64 I: IntoIterator, in merge_by_new() 83 I: IntoIterator, in merge_join_by() 84 J: IntoIterator, in merge_join_by()
|
D | groupbylazy.rs | 317 J: IntoIterator, in new() 356 impl<'a, K, I, F> IntoIterator for &'a ChunkBy<K, I, F> impl 461 pub fn new_chunks<J>(iter: J, size: usize) -> IntoChunks<J::IntoIter> in new_chunks() 529 impl<'a, I> IntoIterator for &'a IntoChunks<I> impl
|
D | zip_eq_impl.rs | 28 I: IntoIterator, in zip_eq() 29 J: IntoIterator, in zip_eq()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
H A D | free.rs | 47 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() 126 where I: IntoIterator, in zip() 127 J: IntoIterator in zip() 148 …hain<I, J>(i: I, j: J) -> iter::Chain<<I as IntoIterator>::IntoIter, <J as IntoIterator>::IntoIter> in chain() 181 where I: IntoIterator, in fold() 197 where I: IntoIterator, in all() 213 where I: IntoIterator, in any() [all …]
|
H A D | kmerge_impl.rs | 140 pub fn kmerge<I>(iterable: I) -> KMerge<<I::Item as IntoIterator>::IntoIter> in kmerge() 142 I::Item: IntoIterator, in kmerge() 175 where I: IntoIterator, in kmerge_by() 176 I::Item: IntoIterator, in kmerge_by()
|
H A D | lib.rs | 541 where J: IntoIterator, in zip_longest() 554 where J: IntoIterator, in zip_eq() 926 T: IntoIterator in flatten_ok() 1073 where J: IntoIterator, in merge_join_by() 1100 Self::Item: IntoIterator, in kmerge() 1130 Self::Item: IntoIterator, in kmerge_by() 1151 J: IntoIterator, in cartesian_product() 1185 Self::Item: IntoIterator, in multi_cartesian_product() 3858 where I: IntoIterator, in equal() 3859 J: IntoIterator, in equal() [all …]
|
H A D | groupbylazy.rs | 300 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() 496 impl<'a, I> IntoIterator for &'a IntoChunks<I> impl
|
H A D | diff.rs | 42 where I: IntoIterator, in diff_with() 43 J: IntoIterator, in diff_with()
|
H A D | zip_eq_impl.rs | 28 where I: IntoIterator, in zip_eq() 29 J: IntoIterator in zip_eq()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/ |
D | ext.rs | 35 I: IntoIterator, in append_all() 44 I: IntoIterator, in append_separated() 54 I: IntoIterator, in append_terminated() 69 I: IntoIterator, in append_all() 79 I: IntoIterator, in append_separated() 93 I: IntoIterator, in append_terminated()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/ |
H A D | ext.rs | 35 I: IntoIterator, in append_all() 44 I: IntoIterator, in append_separated() 54 I: IntoIterator, in append_terminated() 69 I: IntoIterator, in append_all() 79 I: IntoIterator, in append_separated() 93 I: IntoIterator, in append_terminated()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | iter.rs | 19 pub fn wrap_impl_iter<I>(it: I) -> IterBridge<I::IntoIter> in wrap_impl_iter() 60 pub fn wrap_iter<I>(it: I) -> I::IntoIter in wrap_iter() 67 pub fn wrap_impl_iter<I>(it: I) -> I::IntoIter in wrap_impl_iter() 80 pub fn wrap_iter<I>(it: I) -> futures::stream::Iter<I::IntoIter> in wrap_iter() 87 pub fn wrap_impl_iter<I>(it: I) -> futures::stream::Iter<I::IntoIter> in wrap_impl_iter()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 603 U: IntoIterator, in zip() 1461 U: IntoIterator, in flat_map() 1546 Self::Item: IntoIterator, in flatten() 3663 I: IntoIterator, in cmp_by() 3717 fn partial_cmp<I>(self, other: I) -> Option<Ordering> in partial_cmp() 3757 I: IntoIterator, in partial_cmp_by() 3790 I: IntoIterator, in eq() 3815 I: IntoIterator, in eq_by() 3847 I: IntoIterator, in ne() 3869 I: IntoIterator, in lt() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 603 U: IntoIterator, in zip() 1461 U: IntoIterator, in flat_map() 1546 Self::Item: IntoIterator, in flatten() 3662 I: IntoIterator, in cmp_by() 3716 fn partial_cmp<I>(self, other: I) -> Option<Ordering> in partial_cmp() 3756 I: IntoIterator, in partial_cmp_by() 3789 I: IntoIterator, in eq() 3814 I: IntoIterator, in eq_by() 3846 I: IntoIterator, in ne() 3868 I: IntoIterator, in lt() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 603 U: IntoIterator, in zip() 1461 U: IntoIterator, in flat_map() 1546 Self::Item: IntoIterator, in flatten() 3662 I: IntoIterator, in cmp_by() 3716 fn partial_cmp<I>(self, other: I) -> Option<Ordering> in partial_cmp() 3756 I: IntoIterator, in partial_cmp_by() 3789 I: IntoIterator, in eq() 3814 I: IntoIterator, in eq_by() 3846 I: IntoIterator, in ne() 3868 I: IntoIterator, in lt() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 603 U: IntoIterator, in zip() 1461 U: IntoIterator, in flat_map() 1546 Self::Item: IntoIterator, in flatten() 3663 I: IntoIterator, in cmp_by() 3717 fn partial_cmp<I>(self, other: I) -> Option<Ordering> in partial_cmp() 3757 I: IntoIterator, in partial_cmp_by() 3790 I: IntoIterator, in eq() 3815 I: IntoIterator, in eq_by() 3847 I: IntoIterator, in ne() 3869 I: IntoIterator, in lt() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 603 U: IntoIterator, in zip() 1461 U: IntoIterator, in flat_map() 1546 Self::Item: IntoIterator, in flatten() 3663 I: IntoIterator, in cmp_by() 3717 fn partial_cmp<I>(self, other: I) -> Option<Ordering> in partial_cmp() 3757 I: IntoIterator, in partial_cmp_by() 3790 I: IntoIterator, in eq() 3815 I: IntoIterator, in eq_by() 3847 I: IntoIterator, in ne() 3869 I: IntoIterator, in lt() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/either/src/ |
D | lib.rs | 539 L: IntoIterator, in into_iter() 562 for<'a> &'a L: IntoIterator, in iter() 593 for<'a> &'a mut L: IntoIterator, in iter_mut() 617 L: IntoIterator, in factor_into_iter() 618 R: IntoIterator, in factor_into_iter() 641 for<'a> &'a L: IntoIterator, in factor_iter() 642 for<'a> &'a R: IntoIterator, in factor_iter() 667 for<'a> &'a mut L: IntoIterator, in factor_iter_mut() 668 for<'a> &'a mut R: IntoIterator, in factor_iter_mut()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/either-1.11.0/src/ |
H A D | lib.rs | 539 L: IntoIterator, in into_iter() 562 for<'a> &'a L: IntoIterator, in iter() 593 for<'a> &'a mut L: IntoIterator, in iter_mut() 617 L: IntoIterator, in factor_into_iter() 618 R: IntoIterator, in factor_into_iter() 641 for<'a> &'a L: IntoIterator, in factor_iter() 642 for<'a> &'a R: IntoIterator, in factor_iter() 667 for<'a> &'a mut L: IntoIterator, in factor_iter_mut() 668 for<'a> &'a mut R: IntoIterator, in factor_iter_mut()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | util.rs | 3 pub fn enumerate<I>(iterable: I) -> iter::Enumerate<I::IntoIter> in enumerate() 12 I: IntoIterator, in zip() 13 J: IntoIterator, in zip()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/ |
H A D | instance.rs | 121 impl<'a> IntoIterator for &'_ LocationRef<'a> { impl 181 impl<'a> IntoIterator for &'a Location { impl 190 impl<'a> IntoIterator for &'a mut Location { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/ |
D | select_all.rs | 130 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all() 167 impl<'a, St: Stream + Unpin> IntoIterator for &'a SelectAll<St> { impl 176 impl<'a, St: Stream + Unpin> IntoIterator for &'a mut SelectAll<St> { impl
|