Home
last modified time | relevance | path

Searched refs:try_fold_with (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rayon/src/compile_fail/
Dmust_use.rs48 try_fold_with /** v.par_iter().try_fold_with(0, |x, _| Some(x)); */
/external/rust/crates/rayon/tests/
Dclones.rs126 check(v.par_iter().with_max_len(1).try_fold_with(0, |_, &x| x)); in clone_adaptors()
Ddebug.rs149 check(v.par_iter().try_fold_with(0, |x, _| Some(x))); in debug_adaptors()
/external/rust/crates/rayon/src/iter/
Dmod.rs1337 fn try_fold_with<F, T, R>(self, init: T, fold_op: F) -> TryFoldWith<Self, R, F> in try_fold_with() method