Home
last modified time | relevance | path

Searched defs:CaptureMatches (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_trait.rs235 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
Dre_bytes.rs716 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
Dre_unicode.rs1117 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 Dstring.rs2216 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 Dbytes.rs2213 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