Searched refs:par_match_indices (Results 1 – 3 of 3) sorted by relevance
109 let parallel: Vec<_> = string.par_match_indices(separator).collect(); in execute_strings_split()113 let parallel_fn: Vec<_> = string.par_match_indices(|c| c == separator).collect(); in execute_strings_split()
255 fn par_match_indices<P: Pattern>(&self, pattern: P) -> MatchIndices<'_, P> { in par_match_indices() method
235 `par_matches()`, and `par_match_indices()`.