Home
last modified time | relevance | path

Searched refs:LitIntRepr (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dlit.rs101 repr: Box<LitIntRepr>,
105 struct LitIntRepr { struct
425 repr: Box::new(LitIntRepr { in new()
491 repr: Box::new(LitIntRepr { in from()
751 impl Clone for LitIntRepr { implementation
753 LitIntRepr { in clone()
859 LitIntRepr, LitStr,
913 repr: Box::new(LitIntRepr { in parse_negative_lit()
1130 LitIntRepr, LitRepr, LitStr,
1186 repr: Box::new(LitIntRepr { in new()