Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/
Dstr.rs521 struct EncodeUtf16Producer<'ch> { struct
532 bridge_unindexed(EncodeUtf16Producer { chars: self.chars }, consumer) in drive_unindexed() argument
536 impl<'ch> UnindexedProducer for EncodeUtf16Producer<'ch> { implementation
542 EncodeUtf16Producer { chars: left }, in split()
543 Some(EncodeUtf16Producer { chars: right }), in split()