/external/rust/crates/serde_json/src/value/ |
D | from.rs | 231 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self { in from_iter() method 247 fn from_iter<I: IntoIterator<Item = (K, V)>>(iter: I) -> Self { in from_iter() method
|
/external/rust/crates/futures-util/src/future/ |
D | select_ok.rs | 82 fn from_iter<T: IntoIterator<Item = Fut>>(iter: T) -> Self { in from_iter() method
|
D | select_all.rs | 71 fn from_iter<T: IntoIterator<Item = Fut>>(iter: T) -> Self { in from_iter() method
|
D | try_join_all.rs | 134 fn from_iter<T: IntoIterator<Item = F>>(iter: T) -> Self { in from_iter() method
|
D | join_all.rs | 164 fn from_iter<T: IntoIterator<Item = F>>(iter: T) -> Self { in from_iter() method
|
/external/crosvm/common/sys_util/src/ |
D | sched.rs | 41 fn from_iter<I: IntoIterator<Item = usize>>(cpus: I) -> Self { in from_iter() method
|
/external/crosvm/base/src/unix/ |
D | sched.rs | 41 fn from_iter<I: IntoIterator<Item = usize>>(cpus: I) -> Self { in from_iter() method
|
/external/rust/crates/bstr/src/ |
D | impls.rs | 205 fn from_iter<T: IntoIterator<Item = char>>(iter: T) -> BString { in from_iter() method 212 fn from_iter<T: IntoIterator<Item = u8>>(iter: T) -> BString { in from_iter() method 219 fn from_iter<T: IntoIterator<Item = &'a str>>(iter: T) -> BString { in from_iter() method 230 fn from_iter<T: IntoIterator<Item = &'a [u8]>>(iter: T) -> BString { in from_iter() method 241 fn from_iter<T: IntoIterator<Item = &'a BStr>>(iter: T) -> BString { in from_iter() method 252 fn from_iter<T: IntoIterator<Item = BString>>(iter: T) -> BString { in from_iter() method
|
/external/rust/cxx/syntax/ |
D | namespace.rs | 78 fn from_iter<I>(idents: I) -> Self in from_iter() method
|
/external/rust/crates/structopt/src/ |
D | lib.rs | 1167 fn from_iter<I>(iter: I) -> Self in from_iter() method
|
/external/rust/crates/structopt/tests/ |
D | issues.rs | 161 fn from_iter<T: IntoIterator<Item = &'a U16ish>>(_: T) -> Self { in issue_490() method
|
/external/rust/crates/semver/src/ |
D | impls.rs | 149 fn from_iter<I>(iter: I) -> Self in from_iter() method
|
/external/rust/crates/futures-util/src/stream/ |
D | futures_ordered.rs | 193 fn from_iter<T>(iter: T) -> Self in from_iter() method
|
D | select_all.rs | 150 fn from_iter<T: IntoIterator<Item = St>>(iter: T) -> Self { in from_iter() method
|
/external/rust/crates/x509-parser/src/ |
D | x509.rs | 207 fn from_iter<T: IntoIterator<Item = AttributeTypeAndValue<'a>>>(iter: T) -> Self { in from_iter() method 428 fn from_iter<T: IntoIterator<Item = RelativeDistinguishedName<'a>>>(iter: T) -> Self { in from_iter() method
|
/external/rust/crates/tokio-stream/src/ |
D | stream_map.rs | 575 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> Self { in from_iter() function
|
/external/rust/crates/weak-table/src/ |
D | ptr_weak_hash_set.rs | 251 fn from_iter<I: IntoIterator<Item=T::Strong>>(iter: I) -> Self { in from_iter() function
|
D | weak_hash_set.rs | 274 fn from_iter<I: IntoIterator<Item=T::Strong>>(iter: I) -> Self { in from_iter() function
|
D | ptr_weak_weak_hash_map.rs | 271 fn from_iter<T: IntoIterator<Item=(K::Strong, V::Strong)>>(iter: T) -> Self { in from_iter() function
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 228 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> AHashSet<T, S> { in from_iter() function
|
D | hash_map.rs | 269 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> Self { in from_iter() function
|
/external/rust/crates/csv/src/ |
D | string_record.rs | 680 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> StringRecord { in from_iter() method
|
/external/rust/crates/proc-macro2/src/ |
D | fallback.rs | 231 fn from_iter<I: IntoIterator<Item = TokenTree>>(tokens: I) -> Self { in from_iter() method 239 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() method
|
D | wrapper.rs | 181 fn from_iter<I: IntoIterator<Item = TokenTree>>(trees: I) -> Self { in from_iter() method 193 fn from_iter<I: IntoIterator<Item = TokenStream>>(streams: I) -> Self { in from_iter() method
|
/external/rust/crates/futures-util/src/stream/futures_unordered/ |
D | mod.rs | 630 fn from_iter<I>(iter: I) -> Self in from_iter() method
|