Home
last modified time | relevance | path

Searched defs:IntoIter (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/external/rust/android-crates-io/crates/bytes/src/buf/
Diter.rs21 pub struct IntoIter<T> { struct
25 impl<T> IntoIter<T> { impl
107 impl<T: Buf> Iterator for IntoIter<T> { implementation
127 impl<T: Buf> ExactSizeIterator for IntoIter<T> {} implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/
Diter.rs21 pub struct IntoIter<T> { struct
25 impl<T> IntoIter<T> { argument
107 impl<T: Buf> Iterator for IntoIter<T> { implementation
127 impl<T: Buf> ExactSizeIterator for IntoIter<T> {} implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/
Diter.rs21 pub struct IntoIter<T> { struct
25 impl<T> IntoIter<T> { implementation
107 impl<T: Buf> Iterator for IntoIter<T> { implementation
127 impl<T: Buf> ExactSizeIterator for IntoIter<T> {} implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dinstance.rs115 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef
118 fn into_iter(self) -> Self::IntoIter { in into_iter()
124 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef
127 fn into_iter(self) -> Self::IntoIter { in into_iter()
186 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef
189 fn into_iter(self) -> Self::IntoIter { in into_iter()
195 type IntoIter = core::slice::IterMut<'a, NormalizedCoord>; typedef
198 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dcollections.rs189 type IntoIter = core::slice::Iter<'a, T>; typedef
192 fn into_iter(self) -> Self::IntoIter { in into_iter()
198 type IntoIter = core::slice::IterMut<'a, T>; typedef
201 fn into_iter(self) -> Self::IntoIter { in into_iter()
210 type IntoIter = IntoIter<T, N>; typedef
213 fn into_iter(self) -> Self::IntoIter { in into_iter()
219 pub(crate) struct IntoIter<T, const N: usize> { struct
224 impl<T, const N: usize> Iterator for IntoIter<T, N> argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dinstance.rs115 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef
118 fn into_iter(self) -> Self::IntoIter { in into_iter()
124 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef
127 fn into_iter(self) -> Self::IntoIter { in into_iter()
186 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef
189 fn into_iter(self) -> Self::IntoIter { in into_iter()
195 type IntoIter = core::slice::IterMut<'a, NormalizedCoord>; typedef
198 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dcollections.rs189 type IntoIter = core::slice::Iter<'a, T>; typedef
192 fn into_iter(self) -> Self::IntoIter { in into_iter()
198 type IntoIter = core::slice::IterMut<'a, T>; typedef
201 fn into_iter(self) -> Self::IntoIter { in into_iter()
210 type IntoIter = IntoIter<T, N>; typedef
213 fn into_iter(self) -> Self::IntoIter { in into_iter()
219 pub(crate) struct IntoIter<T, const N: usize> { struct
224 impl<T, const N: usize> Iterator for IntoIter<T, N> implementation
/external/rust/android-crates-io/crates/walkdir/src/
Dlib.rs538 type IntoIter = IntoIter; typedef
540 fn into_iter(self) -> IntoIter { in into_iter()
566 pub struct IntoIter { struct
568 opts: WalkDirOptions,
573 start: Option<PathBuf>,
579 stack_list: Vec<DirList>,
586 stack_path: Vec<Ancestor>,
591 oldest_opened: usize,
594 depth: usize,
598 deferred_dirs: Vec<DirEntry>,
[all …]
/external/rust/android-crates-io/crates/futures-util/src/stream/
Dselect_all.rs160 type IntoIter = IntoIter<St>; typedef
162 fn into_iter(self) -> Self::IntoIter { in into_iter()
169 type IntoIter = Iter<'a, St>; typedef
171 fn into_iter(self) -> Self::IntoIter { in into_iter()
178 type IntoIter = IterMut<'a, St>; typedef
180 fn into_iter(self) -> Self::IntoIter { in into_iter()
195 pub struct IntoIter<St: Unpin>(futures_unordered::IntoIter<StreamFuture<St>>); struct
233 impl<St: Stream + Unpin> Iterator for IntoIter<St> { implementation
249 impl<St: Stream + Unpin> ExactSizeIterator for IntoIter<St> {} implementation
/external/rust/android-crates-io/crates/futures-util/src/stream/futures_unordered/
Diter.rs35 pub struct IntoIter<Fut: Unpin> { struct
40 impl<Fut: Unpin> Iterator for IntoIter<Fut> { argument
75 impl<Fut: Unpin> ExactSizeIterator for IntoIter<Fut> {} implementation
171 unsafe impl<Fut: Send + Unpin> Send for IntoIter<Fut> {} implementation
172 unsafe impl<Fut: Sync + Unpin> Sync for IntoIter<Fut> {} implementation
/external/rust/android-crates-io/crates/rayon/src/
Doption.rs22 pub struct IntoIter<T: Send> { struct
28 type Iter = IntoIter<T>; argument
35 impl<T: Send> ParallelIterator for IntoIter<T> { implementation
50 impl<T: Send> IndexedParallelIterator for IntoIter<T> { implementation
152 type IntoIter = std::option::IntoIter<T>; typedef
154 fn into_iter(self) -> Self::IntoIter { in into_iter()
Darray.rs43 pub struct IntoIter<T: Send, const N: usize> { struct
47 impl<T: Send, const N: usize> ParallelIterator for IntoIter<T, N> { implementation
62 impl<T: Send, const N: usize> IndexedParallelIterator for IntoIter<T, N> { implementation
/external/rust/cxx/gen/lib/src/
Derror.rs49 type IntoIter = IntoIter; typedef
51 fn into_iter(self) -> Self::IntoIter { in into_iter()
59 pub enum IntoIter { enum
64 impl Iterator for IntoIter { implementation
/external/rust/crates/openssl/src/
Dstack.rs77 type IntoIter = IntoIter<T>; typedef
136 pub struct IntoIter<T: Stackable> { struct
141 impl<T: Stackable> Drop for IntoIter<T> { implementation
152 impl<T: Stackable> Iterator for IntoIter<T> { implementation
168 impl<T: Stackable> DoubleEndedIterator for IntoIter<T> { implementation
178 impl<T: Stackable> ExactSizeIterator for IntoIter<T> {} implementation
280 type IntoIter = Iter<'a, T>; typedef
289 type IntoIter = IterMut<'a, T>; typedef
298 type IntoIter = Iter<'a, T>; typedef
307 type IntoIter = IterMut<'a, T>; typedef
/external/rust/android-crates-io/crates/plotters/src/series/
Dline_series.rs142 I0: IntoIterator<IntoIter = I>, in new()
155 type IntoIter = std::iter::Once<Self::Item>; typedef
157 fn into_iter(self) -> Self::IntoIter { in into_iter()
184 I0: IntoIterator<IntoIter = I>, in new()
200 type IntoIter = std::iter::Once<Self::Item>; typedef
202 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/util/
Dflat_set.rs75 type IntoIter = std::vec::IntoIter<T>; typedef
77 fn into_iter(self) -> Self::IntoIter { in into_iter()
84 type IntoIter = std::slice::Iter<'s, T>; typedef
86 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/util/
Dflat_set.rs75 type IntoIter = std::vec::IntoIter<T>; typedef
77 fn into_iter(self) -> Self::IntoIter { in into_iter()
84 type IntoIter = std::slice::Iter<'s, T>; typedef
86 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/rust/android-crates-io/crates/clap_builder/src/util/
Dflat_set.rs75 type IntoIter = std::vec::IntoIter<T>; typedef
77 fn into_iter(self) -> Self::IntoIter { in into_iter()
84 type IntoIter = std::slice::Iter<'s, T>; typedef
86 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/rust/android-crates-io/crates/plotters/src/element/
Dcomposable.rs72 type IntoIter = Once<&'a Coord>; typedef
73 fn point_iter(self) -> Self::IntoIter { in point_iter()
105 type IntoIter = Once<&'b Coord>; typedef
106 fn point_iter(self) -> Self::IntoIter { in point_iter()
178 type IntoIter = Once<&'b Coord>; typedef
179 fn point_iter(self) -> Self::IntoIter { in point_iter()
/external/rust/android-crates-io/crates/rayon/src/collections/
Dbtree_set.rs14 pub struct IntoIter<T: Ord + Send> { struct
15 inner: vec::IntoIter<T>, argument
/external/rust/android-crates-io/crates/serde_bytes/src/
Dbytebuf.rs87 pub fn into_iter(self) -> <Vec<u8> as IntoIterator>::IntoIter { in into_iter()
168 type IntoIter = <Vec<u8> as IntoIterator>::IntoIter; typedef
170 fn into_iter(self) -> Self::IntoIter { in into_iter()
177 type IntoIter = <&'a [u8] as IntoIterator>::IntoIter; typedef
179 fn into_iter(self) -> Self::IntoIter { in into_iter()
186 type IntoIter = <&'a mut [u8] as IntoIterator>::IntoIter; typedef
188 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/rust/android-crates-io/crates/syn/src/
Ddata.rs152 type IntoIter = punctuated::IntoIter<Field>; typedef
154 fn into_iter(self) -> Self::IntoIter { in into_iter()
165 type IntoIter = punctuated::Iter<'a, Field>; typedef
167 fn into_iter(self) -> Self::IntoIter { in into_iter()
174 type IntoIter = punctuated::IterMut<'a, Field>; typedef
176 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Ddata.rs152 type IntoIter = punctuated::IntoIter<Field>; typedef
154 fn into_iter(self) -> Self::IntoIter { in into_iter()
165 type IntoIter = punctuated::Iter<'a, Field>; typedef
167 fn into_iter(self) -> Self::IntoIter { in into_iter()
174 type IntoIter = punctuated::IterMut<'a, Field>; typedef
176 fn into_iter(self) -> Self::IntoIter { in into_iter()
Derror.rs413 type IntoIter = IntoIter; typedef
415 fn into_iter(self) -> Self::IntoIter { in into_iter()
422 pub struct IntoIter { struct
423 messages: vec::IntoIter<ErrorMessage>, argument
426 impl Iterator for IntoIter { implementation
438 type IntoIter = Iter<'a>; typedef
440 fn into_iter(self) -> Self::IntoIter { in into_iter()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Ddata.rs152 type IntoIter = punctuated::IntoIter<Field>; typedef
154 fn into_iter(self) -> Self::IntoIter { in into_iter()
165 type IntoIter = punctuated::Iter<'a, Field>; typedef
167 fn into_iter(self) -> Self::IntoIter { in into_iter()
174 type IntoIter = punctuated::IterMut<'a, Field>; typedef
176 fn into_iter(self) -> Self::IntoIter { in into_iter()

12345678910>>...13