Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs255 fn par_match_indices<P: Pattern>(&self, pattern: P) -> MatchIndices<'_, P> { in par_match_indices()
256 MatchIndices { in par_match_indices()
820 pub struct MatchIndices<'ch, P: Pattern> { struct
831 impl<'ch, P: Pattern> ParallelIterator for MatchIndices<'ch, P> { implementation