Home
last modified time | relevance | path

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

12

/third_party/rust/crates/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
/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> { 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
/third_party/rust/crates/syn/src/
Ddata.rs106 type IntoIter = punctuated::IntoIter<Field>; typedef
108 fn into_iter(self) -> Self::IntoIter { in into_iter()
119 type IntoIter = punctuated::Iter<'a, Field>; typedef
121 fn into_iter(self) -> Self::IntoIter { in into_iter()
128 type IntoIter = punctuated::IterMut<'a, Field>; typedef
130 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()
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.rs494 type IntoIter = IntoIter<T>; typedef
496 fn into_iter(self) -> Self::IntoIter { in into_iter()
509 type IntoIter = Iter<'a, T>; typedef
511 fn into_iter(self) -> Self::IntoIter { in into_iter()
518 type IntoIter = IterMut<'a, T>; typedef
520 fn into_iter(self) -> Self::IntoIter { in into_iter()
679 pub struct IntoIter<T> { struct
680 inner: vec::IntoIter<T>, argument
683 impl<T> Iterator for IntoIter<T> { implementation
695 impl<T> DoubleEndedIterator for IntoIter<T> { implementation
[all …]
/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/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.rs102 type IntoIter = Iter<'a, Ident>; typedef
103 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()
Dtypes.rs276 type IntoIter = crate::syntax::set::Iter<'t, 'a, Type>; typedef
277 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()
/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.rs124 type IntoIter = RcVecIntoIter<T>; typedef
126 fn into_iter(self) -> Self::IntoIter { in into_iter()
Dlib.rs1293 pub struct IntoIter { struct
1294 inner: imp::TokenTreeIter,
1295 _marker: Marker,
1298 impl Iterator for IntoIter { implementation
1310 impl Debug for IntoIter { implementation
1319 type IntoIter = IntoIter; typedef
1321 fn into_iter(self) -> IntoIter { in into_iter()
Dwrapper.rs315 type IntoIter = TokenTreeIter; typedef
/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()
/third_party/rust/crates/strsim-rs/src/
Dlib.rs137 type IntoIter = Chars<'b>; typedef
139 fn into_iter(self) -> Self::IntoIter { in into_iter()

12