Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Dregex.rs569 pub struct FindMatches<'r, 'c, 'h> { struct
575 impl<'r, 'c, 'h> Iterator for FindMatches<'r, 'c, 'h> { argument
580 let FindMatches { re, ref mut cache, ref mut it } = *self; in next() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dregex.rs603 pub struct FindMatches<'r, 'h, A> { struct
608 impl<'r, 'h, A: Automaton> Iterator for FindMatches<'r, 'h, A> { argument
613 let FindMatches { re, ref mut it } = *self; in next() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dregex.rs2050 pub struct FindMatches<'r, 'h> { struct
2056 impl<'r, 'h> FindMatches<'r, 'h> { argument
2073 impl<'r, 'h> Iterator for FindMatches<'r, 'h> { implementation
2078 let FindMatches { re, ref mut cache, ref mut it } = *self; in next() localVariable
2088 let FindMatches { re, mut cache, it } = self; in count() localVariable
2098 impl<'r, 'h> core::iter::FusedIterator for FindMatches<'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 Dpikevm.rs1799 pub struct FindMatches<'r, 'c, 'h> { struct
1806 impl<'r, 'c, 'h> Iterator for FindMatches<'r, 'c, 'h> { argument
1812 let FindMatches { re, ref mut cache, ref mut caps, ref mut it } = in next() localVariable