Home
last modified time | relevance | path

Searched refs:with_min_len (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/rayon/src/compile_fail/
Dmust_use.rs64 with_min_len /** v.par_iter().with_min_len(1); */
/external/rust/crates/rayon/tests/
Dproducer_split_at.rs333 fn with_min_len() { in with_min_len() function
335 check(&v, || (0..10).into_par_iter().with_min_len(1)); in with_min_len()
Dclones.rs143 check(v.par_iter().with_min_len(1)); in clone_adaptors()
Ddebug.rs166 check(v.par_iter().with_min_len(1)); in debug_adaptors()
/external/rust/crates/rayon/src/iter/
Dmod.rs2759 fn with_min_len(self, min: usize) -> MinLen<Self> { in with_min_len() method
Dtest.rs1663 .with_min_len(min) in check_lengths()