| /linux/rust/syn/ |
| H A D | punctuated.rs | 461 fn from_iter<I: IntoIterator<Item = T>>(i: I) -> Self { in from_iter() 472 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend() 480 fn from_iter<I: IntoIterator<Item = Pair<T, P>>>(i: I) -> Self { in from_iter() 491 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend() 501 I: Iterator<Item = Pair<T, P>>, in do_extend() 519 type Item = T; typedef 534 type Item = &'a T; typedef 543 type Item = &'a mut T; typedef 568 type Item = Pair<&'a T, &'a P>; typedef 570 fn next(&mut self) -> Option<Self::Item> { in next() [all …]
|
| H A D | error.rs | 414 type Item = Error; typedef 429 type Item = Error; typedef 431 fn next(&mut self) -> Option<Self::Item> { in next() 439 type Item = Error; typedef 454 type Item = Error; typedef 456 fn next(&mut self) -> Option<Self::Item> { in next() 464 fn extend<T: IntoIterator<Item = Error>>(&mut self, iter: T) { in extend()
|
| H A D | generics.rs | 190 type Item = &'a LifetimeParam; typedef 192 fn next(&mut self) -> Option<Self::Item> { in next() 204 type Item = &'a mut LifetimeParam; typedef 206 fn next(&mut self) -> Option<Self::Item> { in next() 218 type Item = &'a TypeParam; typedef 220 fn next(&mut self) -> Option<Self::Item> { in next() 232 type Item = &'a mut TypeParam; typedef 234 fn next(&mut self) -> Option<Self::Item> { in next() 246 type Item = &'a ConstParam; typedef 248 fn next(&mut self) -> Option<Self::Item> { in next() [all …]
|
| H A D | data.rs | 153 type Item = Field; typedef 166 type Item = &'a Field; typedef 175 type Item = &'a mut Field; typedef 210 type Item = Member; typedef 212 fn next(&mut self) -> Option<Self::Item> { in next()
|
| H A D | item.rs | 322 impl Item { implementation 346 impl From<DeriveInput> for Item { implementation 347 fn from(input: DeriveInput) -> Item { in from() 940 impl Parse for Item { implementation 952 ) -> Result<Item> { in parse_rest_of_item() 1268 fn parse_macro2(begin: ParseBuffer, _vis: Visibility, input: ParseStream) -> Result<Item> { in parse_macro2() 2058 fn parse_item_type(begin: ParseBuffer, input: ParseStream) -> Result<Item> { in parse_item_type() 2163 fn parse_trait_or_trait_alias(input: ParseStream) -> Result<Item> { in parse_trait_or_trait_alias()
|
| /linux/rust/proc-macro2/ |
| H A D | rcvec.rs | 81 pub(crate) fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() 103 pub(crate) fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() 126 type Item = T; typedef 137 type Item = T; typedef 139 fn next(&mut self) -> Option<Self::Item> { in next()
|
| H A D | wrapper.rs | 193 fn from_iter<I: IntoIterator<Item = TokenTree>>(trees: I) -> Self { in from_iter() 205 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() 229 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, stream: I) { in extend() 243 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() 320 type Item = TokenTree; typedef 334 type Item = TokenTree; typedef
|
| H A D | lib.rs | 284 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, streams: I) { in extend() 290 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() 298 fn from_iter<I: IntoIterator<Item = TokenTree>>(streams: I) -> Self { in from_iter() 303 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() 1322 type Item = TokenTree; typedef 1341 type Item = TokenTree; typedef
|
| H A D | parse.rs | 639 I: Iterator<Item = (usize, char)>, in backslash_x_char() 648 I: Iterator<Item = (usize, u8)>, in backslash_x_byte() 657 I: Iterator<Item = (usize, char)>, in backslash_x_nonzero() 670 I: Iterator<Item = (usize, char)>, in backslash_u()
|
| H A D | fallback.rs | 273 fn from_iter<I: IntoIterator<Item = TokenTree>>(tokens: I) -> Self { in from_iter() 281 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() 293 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, tokens: I) { in extend() 302 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() 310 type Item = TokenTree; typedef
|
| /linux/rust/kernel/ |
| H A D | rbtree.rs | 231 pub fn keys(&self) -> impl Iterator<Item = &'_ K> { in keys() 236 pub fn values(&self) -> impl Iterator<Item = &'_ V> { in values() 241 pub fn values_mut(&mut self) -> impl Iterator<Item = &'_ mut V> { in values_mut() 1082 type Item = (&'a K, &'a V); typedef 1107 type Item = (&'a K, &'a V); typedef 1109 fn next(&mut self) -> Option<Self::Item> { in next() 1116 type Item = (&'a K, &'a mut V); typedef 1142 type Item = (&'a K, &'a mut V); typedef 1144 fn next(&mut self) -> Option<Self::Item> { in next() 1162 type Item = (*mut K, *mut V); typedef [all …]
|
| H A D | list.rs | 780 type Item = ArcBorrow<'a, T>; typedef 1171 type Item = ArcBorrow<'a, T>; typedef 1184 type Item = ListArc<T, ID>; typedef 1201 type Item = ListArc<T, ID>; typedef
|
| H A D | scatterlist.rs | 474 type Item = &'a SGEntry; typedef 476 fn next(&mut self) -> Option<Self::Item> { in next()
|
| H A D | xarray.rs | 105 fn iter(&self) -> impl Iterator<Item = NonNull<c_void>> + '_ { in iter()
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 1014 type Item = &'a T; typedef 1026 type Item = &'a mut T; typedef 1198 type Item = T; typedef 1272 type Item = T; typedef 1330 type Item = T; typedef
|
| H A D | kbox.rs | 336 pub fn pin_slice<Func, Item, E>( in pin_slice() argument 342 Func: FnMut(usize) -> Item, in pin_slice()
|
| /linux/rust/kernel/sync/lock/ |
| H A D | global.rs | 26 type Item: 'static; typedef
|
| /linux/rust/quote/ |
| H A D | runtime.rs | 181 type Item = T::Item; typedef 183 fn next(&mut self) -> Option<Self::Item> { in next()
|
| /linux/rust/syn/gen/ |
| H A D | eq.rs | 1101 impl Eq for crate::Item {} implementation 1104 impl PartialEq for crate::Item { implementation
|
| H A D | clone.rs | 1089 impl Clone for crate::Item { implementation
|
| H A D | hash.rs | 1395 impl Hash for crate::Item { implementation
|
| H A D | visit_mut.rs | 467 fn visit_item_mut(&mut self, i: &mut crate::Item) { in visit_item_mut()
|
| H A D | fold.rs | 487 fn fold_item(&mut self, i: crate::Item) -> crate::Item { in fold_item()
|
| H A D | visit.rs | 459 fn visit_item(&mut self, i: &'ast crate::Item) { in visit_item()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 220 def Item(self, parent): member in TreeModel 291 def Item(self, parent): member in TableModel
|