Searched refs:try_fold_with (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/rayon/src/compile_fail/ |
D | must_use.rs | 48 try_fold_with /** v.par_iter().try_fold_with(0, |x, _| Some(x)); */
|
/external/rust/crates/rayon/tests/ |
D | clones.rs | 126 check(v.par_iter().with_max_len(1).try_fold_with(0, |_, &x| x)); in clone_adaptors()
|
D | debug.rs | 149 check(v.par_iter().try_fold_with(0, |x, _| Some(x))); in debug_adaptors()
|
/external/rust/crates/rayon/src/iter/ |
D | mod.rs | 1337 fn try_fold_with<F, T, R>(self, init: T, fold_op: F) -> TryFoldWith<Self, R, F> in try_fold_with() method
|