Searched defs:CaptureMatches (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/regex/src/ |
D | re_trait.rs | 235 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
|
D | re_bytes.rs | 716 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
|
D | re_unicode.rs | 1117 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
|