Searched defs:CaptureMatches (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/regex/src/ |
| D | re_trait.rs | 224 pub struct CaptureMatches<'t, R>(Matches<'t, R>) struct 229 impl<'t, R> CaptureMatches<'t, R> implementation 245 impl<'t, R> Iterator for CaptureMatches<'t, R> implementation 278 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 | 1108 pub struct CaptureMatches<'r, 't>( struct 1112 impl<'r, 't> Iterator for CaptureMatches<'r, 't> { implementation 1124 impl<'r, 't> FusedIterator for CaptureMatches<'r, 't> {} implementation
|