Home
last modified time | relevance | path

Searched defs:from_iter (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/clap/src/util/
H A Dflat_set.rs100 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 Dnamespace.rs109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnamespace.rs109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnamespace.rs109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
/third_party/rust/crates/clap/tests/derive/
H A Dissues.rs118 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 Dnamespace.rs109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
/third_party/rust/crates/cxx/syntax/
H A Dnamespace.rs109 fn from_iter<I>(idents: I) -> Self in from_iter() functions
/kernel/linux/linux-6.6/block/
H A Dbounce.c85 struct bvec_iter from_iter = BVEC_ITER_ALL_INIT; in copy_to_high_bio_irq() local
/kernel/linux/linux-5.10/block/
H A Dbounce.c142 struct bvec_iter from_iter = BVEC_ITER_ALL_INIT; in copy_to_high_bio_irq() local
/third_party/rust/crates/bitflags/src/
H A Dlib.rs817 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 Dwrapper.rs187 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 Dfallback.rs253 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 Dlib.rs287 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 Dsignal.rs605 fn from_iter<T>(iter: T) -> Self in from_iter() functions
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs2940 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { in from_iter() functions
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs2038 fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self { in from_iter() functions
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs435 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 Drust-library.rs17935 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...]

Completed in 39 milliseconds