Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dsum.rs19 struct SumConsumer<S: Send> { struct
23 unsafe impl<S: Send> Send for SumConsumer<S> {} argument
25 impl<S: Send> SumConsumer<S> { impl
33 impl<S, T> Consumer<T> for SumConsumer<S> implementation
56 impl<S, T> UnindexedConsumer<T> for SumConsumer<S> implementation
69 impl<S> Reducer<S> for SumConsumer<S> implementation