Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dparse.rs269 struct ParserI<'s, P> { struct
271 parser: P,
273 pattern: &'s str,
366 impl<'s, P: Borrow<Parser>> ParserI<'s, P> { implementation
949 impl<'s, P: Borrow<Parser>> ParserI<'s, P> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dparse.rs295 struct ParserI<'s, P> { struct
297 parser: P,
299 pattern: &'s str,
391 impl<'s, P: Borrow<Parser>> ParserI<'s, P> { implementation
974 impl<'s, P: Borrow<Parser>> ParserI<'s, P> { implementation