Searched defs:captures_iter (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | regex.rs | 166 let mut captures_iter = captures.iter(); in captures() localVariable 202 let mut captures_iter = captures.iter(); in captures() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | re_trait.rs | 158 fn captures_iter(self, text: &Self::Text) -> CaptureMatches<'_, Self> { in captures_iter() method
|
D | re_bytes.rs | 290 pub fn captures_iter<'r, 't>( in captures_iter() method
|
D | re_unicode.rs | 345 pub fn captures_iter<'r, 't>( in captures_iter() method
|
/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 | 932 pub fn captures_iter<'r, 'c, 'h, I: Into<Input<'h>>>( in captures_iter() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/ |
H A D | string.rs | 420 pub fn captures_iter<'r, 'h>( in captures_iter() method
|
H A D | bytes.rs | 420 pub fn captures_iter<'r, 'h>( in captures_iter() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | regex.rs | 651 pub fn captures_iter<'r, 'h, I: Into<Input<'h>>>( in captures_iter() method
|