Searched refs:indices_of (Results 1 – 1 of 1) sorted by relevance
586 pub fn indices_of<S: AsRef<str>>(&'a self, name: S) -> Option<Indices<'a>> { in indices_of() method995 let mut indices = matches.indices_of("").unwrap_or_default(); in test_default_indices_with_shorter_lifetime()