/third_party/rust/crates/clap/src/util/ |
H A D | flat_set.rs | 100 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self { in from_iter() functions
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | issues.rs | 118 fn from_iter<T: IntoIterator<Item = &'a U16ish>>(_: T) -> Self { in issue_490() functions
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
|
/third_party/rust/crates/cxx/syntax/ |
H A D | namespace.rs | 109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
|
/kernel/linux/linux-6.6/block/ |
H A D | bounce.c | 85 struct bvec_iter from_iter = BVEC_ITER_ALL_INIT; in copy_to_high_bio_irq() local
|
/kernel/linux/linux-5.10/block/ |
H A D | bounce.c | 142 struct bvec_iter from_iter = BVEC_ITER_ALL_INIT; in copy_to_high_bio_irq() local
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 817 fn from_iter<T: $crate::_core::iter::IntoIterator<Item=Self>>(iterator: T) -> Self { in from_iter() functions
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 187 fn from_iter<I: IntoIterator<Item = TokenTree>>(trees: I) -> Self { in from_iter() functions 199 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() functions
|
H A D | fallback.rs | 253 fn from_iter<I: IntoIterator<Item = TokenTree>>(tokens: I) -> Self { in from_iter() functions 261 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() functions
|
H A D | lib.rs | 287 fn from_iter<I: IntoIterator<Item = TokenTree>>(streams: I) -> Self { in from_iter() functions 292 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() functions
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 605 fn from_iter<T>(iter: T) -> Self in from_iter() functions
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 2940 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { in from_iter() functions
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 2038 fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self { in from_iter() functions
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 435 fn from_iter<I: IntoIterator<Item = T>>(i: I) -> Self { in from_iter() functions 454 fn from_iter<I: IntoIterator<Item = Pair<T, P>>>(i: I) -> Self { in from_iter() functions
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 17935 fn from_iter<I: IntoIterator<Item = char>>(iter: I) -> String { from_iter() functions 17944 fn from_iter<I: IntoIterator<Item = &'a char>>(iter: I) -> String { from_iter() functions 17953 fn from_iter<I: IntoIterator<Item = &'a str>>(iter: I) -> String { from_iter() functions 17962 fn from_iter<I: IntoIterator<Item = String>>(iter: I) -> String { from_iter() functions 17980 fn from_iter<I: IntoIterator<Item = Box<str>>>(iter: I) -> String { from_iter() functions 17989 fn from_iter<I: IntoIterator<Item = Cow<'a, str>>>(iter: I) -> String { from_iter() functions 18646 fn from_iter<I: IntoIterator<Item = char>>(it: I) -> Cow<'a, str> { from_iter() functions 18653 fn from_iter<I: IntoIterator<Item = &'b str>>(it: I) -> Cow<'a, str> { from_iter() functions 18660 fn from_iter<I: IntoIterator<Item = String>>(it: I) -> Cow<'a, str> { from_iter() functions 21380 fn from_iter<I: iter::IntoIterator<Item = T>>(iter: I) -> Self { from_iter() functions 25721 fn from_iter<I: iter::IntoIterator<Item = T>>(iter: I) -> Self { from_iter() functions 28573 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self { from_iter() functions 31721 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> BTreeMap<K, V> { from_iter() functions 33218 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> BTreeSet<T> { from_iter() functions 43100 fn from_iter<T: IntoIterator<Item = A>>(iter: T) -> VecDeque<A> { from_iter() functions 45747 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> BinaryHeap<T> { from_iter() functions 46446 fn from_iter(iter: I) -> Self; from_iter() functions 46482 fn from_iter(iterator: I) -> Self { from_iter() functions 46594 fn from_iter(iter: I) -> Self; from_iter() functions 46607 fn from_iter(iterator: IntoIter<T>) -> Self { from_iter() functions 46651 fn from_iter(iterator: slice::Iter<'a, T>) -> Self { from_iter() functions 46660 fn from_iter(iterator: slice::Iter<'a, T>) -> Self { from_iter() functions 49211 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { from_iter() functions 49908 fn from_iter<I: IntoIterator<Item = T>>(it: I) -> Cow<'a, [T]> { from_iter() functions 51742 fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self { from_iter() functions [all...] |