Searched refs:UnindexedProducer (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/rayon/src/ |
D | str.rs | 414 impl<'ch> UnindexedProducer for CharsProducer<'ch> { 463 impl<'ch> UnindexedProducer for CharIndicesProducer<'ch> { 514 impl<'ch> UnindexedProducer for BytesProducer<'ch> { 558 impl<'ch> UnindexedProducer for EncodeUtf16Producer<'ch> { 681 impl<'ch, 'sep, P: Pattern + 'sep> UnindexedProducer for SplitTerminatorProducer<'ch, 'sep, P> { 789 impl<'ch, 'pat, P: Pattern> UnindexedProducer for MatchesProducer<'ch, 'pat, P> { 847 impl<'ch, 'pat, P: Pattern> UnindexedProducer for MatchIndicesProducer<'ch, 'pat, P> {
|
D | split_producer.rs | 5 use crate::iter::plumbing::{Folder, UnindexedProducer}; 77 impl<'p, P, V> UnindexedProducer for SplitProducer<'p, P, V>
|
D | range.rs | 186 impl UnindexedProducer for IterProducer<$t> {
|
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/ |
D | raw.rs | 9 plumbing::{self, Folder, UnindexedConsumer, UnindexedProducer}, 58 impl<T> UnindexedProducer for ParIterProducer<T> { 159 impl<T: Send> UnindexedProducer for ParDrainProducer<T> {
|
/external/rust/crates/rayon/src/iter/plumbing/ |
D | mod.rs | 236 pub trait UnindexedProducer: Send + Sized { trait 448 P: UnindexedProducer, in bridge_unindexed() 462 P: UnindexedProducer, in bridge_unindexed_producer_consumer() argument
|
D | README.md | 16 - **Pull mode** (the `Producer` and `UnindexedProducer` traits): in this mode, 24 - in the `UnindexedProducer` trait, splitting is done with `split`, which
|
/external/rust/crates/rayon/src/iter/ |
D | par_bridge.rs | 8 use crate::iter::plumbing::{bridge_unindexed, Folder, UnindexedConsumer, UnindexedProducer}; 118 impl<'a, Iter: Iterator + Send + 'a> UnindexedProducer for IterParallelProducer<'a, Iter>
|
D | splitter.rs | 154 impl<'a, D, S> UnindexedProducer for SplitProducer<'a, D, S>
|
D | repeat.rs | 79 impl<T: Clone + Send> UnindexedProducer for RepeatProducer<T> {
|