Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs294 fn fold_match_indices<'ch, F>(&self, haystack: &'ch str, folder: F, base: usize) -> F in fold_match_indices() method
342 fn fold_match_indices<'ch, F>(&self, chars: &'ch str, folder: F, base: usize) -> F in fold_match_indices() method
383 fn fold_match_indices<'ch, F>(&self, chars: &'ch str, folder: F, base: usize) -> F in fold_match_indices() method
872 .fold_match_indices(self.chars, folder, self.index) in fold_with()