Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/regex-syntax/src/hir/literal/
Dmod.rs985 fn escape_lits(blits: &[Literal]) -> Vec<ULiteral> { in escape_lits()
1004 pub struct ULiteral { struct
1005 v: String,
1006 cut: bool,
1009 impl ULiteral { impl
1015 impl fmt::Debug for ULiteral { implementation
1025 impl PartialEq<Literal> for ULiteral { implementation
1038 fn C(s: &'static str) -> ULiteral { in C()
1042 fn M(s: &'static str) -> ULiteral { in M()