Searched defs:captures_iter (Results 1 – 12 of 12) sorted by relevance
/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
|
/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
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/ |
D | pikevm.rs | 932 pub fn captures_iter<'r, 'c, 'h, I: Into<Input<'h>>>( in captures_iter() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/ |
D | pikevm.rs | 932 pub fn captures_iter<'r, 'c, 'h, I: Into<Input<'h>>>( in captures_iter() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/src/regex/ |
D | string.rs | 420 pub fn captures_iter<'r, 'h>( in captures_iter() method
|
D | bytes.rs | 420 pub fn captures_iter<'r, 'h>( in captures_iter() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/src/regex/ |
D | string.rs | 420 pub fn captures_iter<'r, 'h>( in captures_iter() method
|
D | bytes.rs | 420 pub fn captures_iter<'r, 'h>( in captures_iter() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/meta/ |
D | regex.rs | 651 pub fn captures_iter<'r, 'h, I: Into<Input<'h>>>( in captures_iter() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/meta/ |
D | regex.rs | 651 pub fn captures_iter<'r, 'h, I: Into<Input<'h>>>( in captures_iter() method
|