Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs825 struct MatchIndicesProducer<'ch, 'pat, P: Pattern> { struct
838 let producer = MatchIndicesProducer { in drive_unindexed() argument
847 impl<'ch, 'pat, P: Pattern> UnindexedProducer for MatchIndicesProducer<'ch, 'pat, P> { implementation