Home
last modified time | relevance | path

Searched defs:RegexSearcher (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dpattern.rs6 pub struct RegexSearcher<'r, 't> { struct
14 type Searcher = RegexSearcher<'r, 't>; argument
26 unsafe impl<'r, 't> Searcher<'t> for RegexSearcher<'r, 't> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/
H A Dpattern.rs6 pub struct RegexSearcher<'r, 't> { struct
14 type Searcher = RegexSearcher<'r, 't>; argument
26 unsafe impl<'r, 't> Searcher<'t> for RegexSearcher<'r, 't> { implementation