Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs399 struct CharsProducer<'ch> { struct
410 bridge_unindexed(CharsProducer { chars: self.chars }, consumer) in drive_unindexed() argument
414 impl<'ch> UnindexedProducer for CharsProducer<'ch> { implementation
420 CharsProducer { chars: left }, in split()
421 Some(CharsProducer { chars: right }), in split()