Searched defs:SetMatches (Results 1 – 3 of 3) sorted by relevance
287 pub fn matches(&self, haystack: &str) -> SetMatches { in matches()325 pub fn matches_at(&self, haystack: &str, start: usize) -> SetMatches { in matches_at()459 pub struct SetMatches(PatternSet); struct461 impl SetMatches { impl587 impl IntoIterator for SetMatches { implementation597 impl<'a> IntoIterator for &'a SetMatches { implementation
291 pub fn matches(&self, haystack: &[u8]) -> SetMatches { in matches()329 pub fn matches_at(&self, haystack: &[u8], start: usize) -> SetMatches { in matches_at()463 pub struct SetMatches(PatternSet); struct465 impl SetMatches { impl591 impl IntoIterator for SetMatches { implementation601 impl<'a> IntoIterator for &'a SetMatches { implementation
299 impl SetMatches { impl