Home
last modified time | relevance | path

Searched defs:SetMatches (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regexset/
H A Dstring.rs287 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); struct
461 impl SetMatches { impl
587 impl IntoIterator for SetMatches { implementation
597 impl<'a> IntoIterator for &'a SetMatches { implementation
H A Dbytes.rs291 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); struct
465 impl SetMatches { impl
591 impl IntoIterator for SetMatches { implementation
601 impl<'a> IntoIterator for &'a SetMatches { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_set.rs299 impl SetMatches { impl