Home
last modified time | relevance | path

Searched defs: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