Home
last modified time | relevance | path

Searched defs:captures_iter (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs166 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/
Dre_trait.rs158 fn captures_iter(self, text: &Self::Text) -> CaptureMatches<'_, Self> { in captures_iter() method
Dre_bytes.rs290 pub fn captures_iter<'r, 't>( in captures_iter() method
Dre_unicode.rs345 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 Dpikevm.rs932 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 Dstring.rs420 pub fn captures_iter<'r, 'h>( in captures_iter() method
H A Dbytes.rs420 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 Dregex.rs651 pub fn captures_iter<'r, 'h, I: Into<Input<'h>>>( in captures_iter() method