Lines Matching refs:LitByte
37 Byte(LitByte),
81 pub struct LitByte {
345 impl LitByte { implementation
349 LitByte { in new()
606 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
658 impl Debug for LitByte { implementation
664 impl LitByte { impl
818 lit_extra_traits!(LitByte);
858 value, Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt,
972 impl Parse for LitByte { implementation
1056 impl_token!("byte literal" LitByte);
1065 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
1091 impl ToTokens for LitByte { implementation
1129 Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt,
1162 return Lit::Byte(LitByte { in new()