Searched refs:CaptureMatches (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/regex/src/ |
H A D | re_trait.rs | 158 fn captures_iter(self, text: &Self::Text) -> CaptureMatches<'_, Self> { in captures_iter() 159 CaptureMatches(self.find_iter(text)) in captures_iter() 235 pub struct CaptureMatches<'t, R>(Matches<'t, R>) structure names 240 impl<'t, R> CaptureMatches<'t, R> impls 256 impl<'t, R> Iterator for CaptureMatches<'t, R> 289 impl<'t, R> FusedIterator for CaptureMatches<'t, R>
|
H A D | lib.rs | 635 escape, CaptureLocations, CaptureMatches, CaptureNames, Captures,
|
Completed in 2 milliseconds