| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 1015 type IntoIter = slice::Iter<'a, T>; typedef 1017 fn into_iter(self) -> Self::IntoIter { in into_iter() 1027 type IntoIter = slice::IterMut<'a, T>; typedef 1029 fn into_iter(self) -> Self::IntoIter { in into_iter() 1084 pub struct IntoIter<T, A: Allocator> { struct 1092 impl<T, A> IntoIter<T, A> implementation 1194 impl<T, A> Iterator for IntoIter<T, A> implementation 1253 impl<T, A> Drop for IntoIter<T, A> implementation 1273 type IntoIter = IntoIter<T, A>; typedef 1304 fn into_iter(self) -> Self::IntoIter { in into_iter()
|
| /linux/rust/syn/ |
| H A D | error.rs | 415 type IntoIter = IntoIter; typedef 417 fn into_iter(self) -> Self::IntoIter { in into_iter() 424 pub struct IntoIter { struct 425 messages: vec::IntoIter<ErrorMessage>, argument 428 impl Iterator for IntoIter { implementation 440 type IntoIter = Iter<'a>; typedef 442 fn into_iter(self) -> Self::IntoIter { in into_iter()
|
| H A D | data.rs | 154 type IntoIter = punctuated::IntoIter<Field>; typedef 156 fn into_iter(self) -> Self::IntoIter { in into_iter() 167 type IntoIter = punctuated::Iter<'a, Field>; typedef 169 fn into_iter(self) -> Self::IntoIter { in into_iter() 176 type IntoIter = punctuated::IterMut<'a, Field>; typedef 178 fn into_iter(self) -> Self::IntoIter { in into_iter()
|
| H A D | punctuated.rs | 520 type IntoIter = IntoIter<T>; typedef 522 fn into_iter(self) -> Self::IntoIter { in into_iter() 535 type IntoIter = Iter<'a, T>; typedef 537 fn into_iter(self) -> Self::IntoIter { in into_iter() 544 type IntoIter = IterMut<'a, T>; typedef 546 fn into_iter(self) -> Self::IntoIter { in into_iter() 705 pub struct IntoIter<T> { struct 706 inner: vec::IntoIter<T>, argument 709 impl<T> Iterator for IntoIter<T> { implementation 721 impl<T> DoubleEndedIterator for IntoIter<T> { implementation [all …]
|
| H A D | drops.rs | 39 impl<T> TrivialDrop for option::IntoIter<&T> {} implementation 40 impl<T> TrivialDrop for option::IntoIter<&mut T> {} implementation
|
| /linux/rust/kernel/ |
| H A D | list.rs | 1170 type IntoIter = Iter<'a, T, ID>; typedef 1179 pub struct IntoIter<T: ?Sized + ListItem<ID>, const ID: u64 = 0> { struct 1183 impl<T: ?Sized + ListItem<ID>, const ID: u64> Iterator for IntoIter<T, ID> { implementation 1191 impl<T: ?Sized + ListItem<ID>, const ID: u64> FusedIterator for IntoIter<T, ID> {} implementation 1193 impl<T: ?Sized + ListItem<ID>, const ID: u64> DoubleEndedIterator for IntoIter<T, ID> { implementation 1200 type IntoIter = IntoIter<T, ID>; typedef
|
| H A D | rbtree.rs | 1083 type IntoIter = Iter<'a, K, V>; global() typedef 1085 into_iter(self) -> Self::IntoIter into_iter() argument 1117 type IntoIter = IterMut<'a, K, V>; global() typedef 1119 into_iter(self) -> Self::IntoIter into_iter() argument
|
| /linux/rust/macros/ |
| H A D | helpers.rs | 78 expect_end(it: &mut token_stream::IntoIter) expect_end() argument 124 expect_string_field(it: &mut token_stream::IntoIter, expected_name: &str) -> String expect_string_field() argument
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 1320 pub struct IntoIter { struct 1321 inner: imp::TokenTreeIter, 1322 _marker: ProcMacroAutoTraits, 1325 impl Iterator for IntoIter { implementation 1337 impl Debug for IntoIter { implementation 1346 type IntoIter = IntoIter; typedef 1348 fn into_iter(self) -> IntoIter { in into_iter()
|
| H A D | rcvec.rs | 127 type IntoIter = RcVecIntoIter<T>; typedef 129 fn into_iter(self) -> Self::IntoIter { in into_iter()
|
| H A D | wrapper.rs | 321 type IntoIter = TokenTreeIter; typedef
|
| H A D | fallback.rs | 311 type IntoIter = TokenTreeIter; typedef
|