Searched defs:SubCaptureMatches (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | re_unicode.rs | 1082 pub struct SubCaptureMatches<'c, 't> { struct 1087 impl<'c, 't> Iterator for SubCaptureMatches<'c, 't> { implementation 1105 impl<'c, 't> ExactSizeIterator for SubCaptureMatches<'c, 't> {} implementation 1107 impl<'c, 't> FusedIterator for SubCaptureMatches<'c, 't> {} implementation
|
D | re_bytes.rs | 1087 pub struct SubCaptureMatches<'c, 't> { struct 1092 impl<'c, 't> Iterator for SubCaptureMatches<'c, 't> { argument 1102 impl<'c, 't> FusedIterator for SubCaptureMatches<'c, '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 | 2369 pub struct SubCaptureMatches<'c, 'h> { struct 2374 impl<'c, 'h> Iterator for SubCaptureMatches<'c, 'h> { argument 2395 impl<'c, 'h> ExactSizeIterator for SubCaptureMatches<'c, 'h> {} implementation 2397 impl<'c, 'h> core::iter::FusedIterator for SubCaptureMatches<'c, 'h> {} implementation
|
H A D | bytes.rs | 2366 pub struct SubCaptureMatches<'c, 'h> { struct 2371 impl<'c, 'h> Iterator for SubCaptureMatches<'c, 'h> { implementation 2392 impl<'c, 'h> ExactSizeIterator for SubCaptureMatches<'c, 'h> {} implementation 2394 impl<'c, 'h> core::iter::FusedIterator for SubCaptureMatches<'c, 'h> {} implementation
|