Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rust-openssl/openssl/src/
Dstack.rs77 type IntoIter = IntoIter<T>; typedef
136 pub struct IntoIter<T: Stackable> { struct
141 impl<T: Stackable> Drop for IntoIter<T> { argument
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
/third_party/rust/crates/clap/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()
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/
Dtargets.rs474 type IntoIter = IntoIter; typedef
476 fn into_iter(self) -> Self::IntoIter { in into_iter()
484 type IntoIter = Iter<'a>; typedef
486 fn into_iter(self) -> Self::IntoIter { in into_iter()
513 pub struct IntoIter( struct
521 impl IntoIter { implementation
530 impl Iterator for IntoIter { implementation
Ddirective.rs126 type IntoIter = smallvec::IntoIter<[T; 8]>; typedef
128 type IntoIter = vec::IntoIter<T>; typedef
130 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/syn/src/
Derror.rs374 type IntoIter = IntoIter; typedef
376 fn into_iter(self) -> Self::IntoIter { in into_iter()
383 pub struct IntoIter { struct
384 messages: vec::IntoIter<ErrorMessage>, argument
387 impl Iterator for IntoIter { implementation
399 type IntoIter = Iter<'a>; typedef
401 fn into_iter(self) -> Self::IntoIter { in into_iter()
Ddata.rs119 type IntoIter = punctuated::IntoIter<Field>; typedef
121 fn into_iter(self) -> Self::IntoIter { in into_iter()
132 type IntoIter = punctuated::Iter<'a, Field>; typedef
134 fn into_iter(self) -> Self::IntoIter { in into_iter()
141 type IntoIter = punctuated::IterMut<'a, Field>; typedef
143 fn into_iter(self) -> Self::IntoIter { in into_iter()
Ddrops.rs37 impl<'a, T> TrivialDrop for option::IntoIter<&'a T> {} implementation
38 impl<'a, T> TrivialDrop for option::IntoIter<&'a mut T> {} implementation
Dpunctuated.rs492 type IntoIter = IntoIter<T>; typedef
494 fn into_iter(self) -> Self::IntoIter { in into_iter()
507 type IntoIter = Iter<'a, T>; typedef
509 fn into_iter(self) -> Self::IntoIter { in into_iter()
516 type IntoIter = IterMut<'a, T>; typedef
518 fn into_iter(self) -> Self::IntoIter { in into_iter()
677 pub struct IntoIter<T> { struct
678 inner: vec::IntoIter<T>, argument
681 impl<T> Iterator for IntoIter<T> { implementation
693 impl<T> DoubleEndedIterator for IntoIter<T> { implementation
[all …]
/third_party/rust/crates/regex/src/
Dsparse.rs80 type IntoIter = slice::Iter<'a, usize>; typedef
81 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dprog.rs244 type IntoIter = slice::Iter<'a, Inst>; typedef
245 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/cxx/syntax/
Dnamespace.rs71 type IntoIter = Iter<'a, Ident>; typedef
72 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dset.rs65 type IntoIter = Iter<'s, 'a, T>; typedef
66 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dmap.rs76 type IntoIter = Iter<'a, K, V>; typedef
77 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dtypes.rs276 type IntoIter = crate::syntax::set::Iter<'t, 'a, Type>; typedef
277 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/signal-hook/src/iterator/
Dmod.rs292 type IntoIter = Forever<'a, E>; typedef
293 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/nix/src/net/
Dif_.rs409 type IntoIter = InterfacesIter<'a>; typedef
412 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dconvert.rs40 S: IntoIterator<IntoIter = I, Item = I::Item>, in new()
117 S: IntoIterator<IntoIter = I>, in new()
Dcode_points.rs27 S: IntoIterator<IntoIter = I>, in new()
/third_party/rust/crates/cxx/src/
Dcxx_vector.rs206 type IntoIter = Iter<'a, T>; typedef
208 fn into_iter(self) -> Self::IntoIter { in into_iter()
255 type IntoIter = IterMut<'a, T>; typedef
257 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/proc-macro2/src/
Drcvec.rs123 type IntoIter = RcVecIntoIter<T>; typedef
125 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dlib.rs1300 pub struct IntoIter { struct
1301 inner: imp::TokenTreeIter,
1302 _marker: Marker,
1305 impl Iterator for IntoIter { implementation
1317 impl Debug for IntoIter { implementation
1326 type IntoIter = IntoIter; typedef
1328 fn into_iter(self) -> IntoIter { in into_iter()
/third_party/rust/crates/nix/src/
Ddir.rs168 type IntoIter = OwningIter; typedef
186 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs415 type IntoIter = Iter<'context, Context>; typedef
419 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Depoll.rs397 type IntoIter = Iter<'context, Context>; typedef
401 fn into_iter(self) -> Self::IntoIter { in into_iter()
/third_party/rust/crates/regex/regex-syntax/src/
Dutf8.rs197 type IntoIter = slice::Iter<'a, Utf8Range>; typedef
200 fn into_iter(self) -> Self::IntoIter { in into_iter()

12