Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs543 struct EncodeUtf16Producer<'ch> { struct
554 bridge_unindexed(EncodeUtf16Producer { chars: self.chars }, consumer) in drive_unindexed() argument
558 impl<'ch> UnindexedProducer for EncodeUtf16Producer<'ch> { implementation
564 EncodeUtf16Producer { chars: left }, in split()
565 Some(EncodeUtf16Producer { chars: right }), in split()