Searched refs:MatchIndices (Results 1 – 1 of 1) sorted by relevance
255 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> { struct831 impl<'ch, P: Pattern> ParallelIterator for MatchIndices<'ch, P> { implementation