Home
last modified time | relevance | path

Searched defs:NoExpand (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_bytes.rs1250 pub struct NoExpand<'t>(pub &'t [u8]); struct
1252 impl<'t> Replacer for NoExpand<'t> { implementation
Dre_unicode.rs1301 pub struct NoExpand<'t>(pub &'t str); struct
1303 impl<'t> Replacer for NoExpand<'t> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/
H A Dstring.rs2578 pub struct NoExpand<'s>(pub &'s str); struct
2580 impl<'s> Replacer for NoExpand<'s> { implementation
H A Dbytes.rs2596 pub struct NoExpand<'s>(pub &'s [u8]); struct
2598 impl<'s> Replacer for NoExpand<'s> { implementation