Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_trait.rs235 pub struct CaptureMatches<'t, R>(Matches<'t, R>) struct
240 impl<'t, R> CaptureMatches<'t, R> implementation
256 impl<'t, R> Iterator for CaptureMatches<'t, R> implementation
289 impl<'t, R> FusedIterator for CaptureMatches<'t, R> implementation
Dre_bytes.rs716 pub struct CaptureMatches<'r, 't>( struct
720 impl<'r, 't> Iterator for CaptureMatches<'r, 't> { implementation
732 impl<'r, 't> FusedIterator for CaptureMatches<'r, 't> {} implementation
Dre_unicode.rs1117 pub struct CaptureMatches<'r, 't>( struct
1121 impl<'r, 't> Iterator for CaptureMatches<'r, 't> { implementation
1133 impl<'r, 't> FusedIterator for CaptureMatches<'r, 't> {} implementation