Home
last modified time | relevance | path

Searched defs:SubCaptureMatches (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_unicode.rs1082 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
Dre_bytes.rs1087 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 Dstring.rs2369 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 Dbytes.rs2366 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