Home
last modified time | relevance | path

Searched defs:collect_into_vec (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon/src/iter/collect/
Dmod.rs13 pub(super) fn collect_into_vec<I, T>(pi: I, v: &mut Vec<T>) in collect_into_vec() function
/external/rust/crates/rayon/src/iter/
Dmod.rs2412 fn collect_into_vec(self, target: &mut Vec<Self::Item>) { in collect_into_vec() method