Lines Matching refs:LitInt
43 Int(LitInt),
100 pub struct LitInt {
415 impl LitInt { impl
424 LitInt { in new()
486 impl From<Literal> for LitInt { implementation
490 LitInt { in from()
503 impl Display for LitInt { implementation
606 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
690 impl Debug for LitInt { implementation
696 impl LitInt { impl
820 lit_extra_traits!(LitInt);
858 value, Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt,
912 Lit::Int(LitInt { in parse_negative_lit()
994 impl Parse for LitInt { implementation
1058 impl_token!("integer literal" LitInt);
1065 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
1105 impl ToTokens for LitInt { implementation
1129 Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt,
1185 return Lit::Int(LitInt { in new()