Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/
Dstr.rs477 struct BytesProducer<'ch> { struct
488 bridge_unindexed(BytesProducer { chars: self.chars }, consumer) in drive_unindexed() argument
492 impl<'ch> UnindexedProducer for BytesProducer<'ch> { implementation