Searched refs:IntoIterator (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/rust/alloc/vec/ |
H A D | mod.rs | 2940 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { in from_iter() 2946 impl<T, A: Allocator> IntoIterator for Vec<T, A> { 2991 impl<'a, T, A: Allocator> IntoIterator for &'a Vec<T, A> { impl 3001 impl<'a, T, A: Allocator> IntoIterator for &'a mut Vec<T, A> { impl 3014 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() 3187 I: IntoIterator<Item = T>, in splice() 3267 fn extend<I: IntoIterator<Item = &'a T>>(&mut self, iter: I) { in extend()
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 153 trait SpecExtend<I: IntoIterator> {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
H A D | 0001-deqp-runner-drop-zstd-support.patch | 133 @@ -1082,32 +1080,17 @@ pub fn read_lines<I: IntoIterator<Item = impl AsRef<Path>>>(files: I) -> Re…
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 2038 fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self { in from_iter()
|