Home
last modified time | relevance | path

Searched refs:CaptureMatches (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_trait.rs158 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 Dlib.rs635 escape, CaptureLocations, CaptureMatches, CaptureNames, Captures,

Completed in 2 milliseconds