Searched defs:CaptureMatches (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | re_trait.rs | 235 pub struct CaptureMatches<'t, R>(Matches<'t, R>) struct 240 impl<'t, R> CaptureMatches<'t, R> impl 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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/ |
H A D | string.rs | 2216 pub struct CaptureMatches<'r, 'h> { struct 2221 impl<'r, 'h> Iterator for CaptureMatches<'r, 'h> { argument 2245 impl<'r, 'h> core::iter::FusedIterator for CaptureMatches<'r, 'h> {} implementation
|
H A D | bytes.rs | 2213 pub struct CaptureMatches<'r, 'h> { struct 2218 impl<'r, 'h> Iterator for CaptureMatches<'r, 'h> { argument 2242 impl<'r, 'h> core::iter::FusedIterator for CaptureMatches<'r, 'h> {} implementation
|