Home
last modified time | relevance | path

Searched refs:into_result (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dtry_reduce_with.rs83 (Some(a), Some(b)) => match (a.into_result(), b.into_result()) { in reduce()
107 None => item.into_result(), in consume()
108 Some(Ok(a)) => match item.into_result() { in consume()
109 Ok(b) => reduce_op(a, b).into_result(), in consume()
Dtry_reduce.rs85 match (left.into_result(), right.into_result()) { in reduce()
108 self.result = match item.into_result() { in consume()
109 Ok(right) => reduce_op(left, right).into_result(), in consume()
Dmod.rs3083 fn into_result(self) -> Result<Self::Ok, Self::Error>; in into_result() method
3094 fn into_result(self) -> Result<T, ()> { in into_result() method
3111 fn into_result(self) -> Result<T, E> { in into_result() method
Dtry_fold.rs147 self.result = fold_op(acc, item).into_result(); in consume()
/external/rust/crates/rayon-core/src/join/
Dmod.rs172 (result_a, job_b.into_result()) in join_context()
/external/rust/crates/rayon-core/src/
Djob.rs100 pub(super) unsafe fn into_result(self) -> R { in into_result() function
Dregistry.rs479 job.into_result() in in_worker_cold()
503 job.into_result() in in_worker_cross()