Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs499 struct BytesProducer<'ch> { struct
510 bridge_unindexed(BytesProducer { chars: self.chars }, consumer) in drive_unindexed() argument
514 impl<'ch> UnindexedProducer for BytesProducer<'ch> { implementation
520 BytesProducer { chars: left }, in split()
521 Some(BytesProducer { chars: right }), in split()