Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/hir/literal/
Dmod.rs989 fn escape_lits(blits: &[Literal]) -> Vec<ULiteral> { in escape_lits()
1008 pub struct ULiteral { struct
1009 v: String,
1010 cut: bool,
1013 impl ULiteral { impl
1019 impl fmt::Debug for ULiteral { implementation
1029 impl PartialEq<Literal> for ULiteral { implementation
1042 fn C(s: &'static str) -> ULiteral { in C()
1046 fn M(s: &'static str) -> ULiteral { in M()