Searched defs:CapturesMatches (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | regex.rs | 2113 pub struct CapturesMatches<'r, 'h> { struct 2120 impl<'r, 'h> CapturesMatches<'r, 'h> { argument 2137 impl<'r, 'h> Iterator for CapturesMatches<'r, 'h> { implementation 2143 let CapturesMatches { re, ref mut cache, ref mut caps, ref mut it } = in next() localVariable 2158 let CapturesMatches { re, mut cache, it, .. } = self; in count() localVariable 2168 impl<'r, 'h> core::iter::FusedIterator for CapturesMatches<'r, 'h> {} implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/ |
H A D | pikevm.rs | 1837 pub struct CapturesMatches<'r, 'c, 'h> { struct 1844 impl<'r, 'c, 'h> Iterator for CapturesMatches<'r, 'c, 'h> { argument 1850 let CapturesMatches { re, ref mut cache, ref mut caps, ref mut it } = in next() localVariable
|