Searched defs:SplitProducer (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/rayon/src/ |
D | split_producer.rs | 8 pub(super) struct SplitProducer<'p, P, V> { struct 16 /// Helper trait so `&str`, `&[T]`, and `&mut [T]` can share `SplitProducer`. argument 29 impl<'p, P, V> SplitProducer<'p, P, V> impl 47 let SplitProducer { in fold_with() localVariable 77 impl<'p, P, V> UnindexedProducer for SplitProducer<'p, P, V> implementation
|
/external/rust/crates/rayon/src/iter/ |
D | splitter.rs | 149 struct SplitProducer<'a, D, S> { struct 154 impl<'a, D, S> UnindexedProducer for SplitProducer<'a, D, S> implementation
|