Lines Matching refs:LitStr
28 Str(LitStr),
60 pub struct LitStr {
134 impl LitStr { implementation
138 LitStr { in new()
606 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
610 impl Debug for LitStr { implementation
616 impl LitStr { impl
815 lit_extra_traits!(LitStr);
859 LitIntRepr, LitStr,
939 impl Parse for LitStr { implementation
1053 impl_token!("string literal" LitStr);
1065 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
1070 impl ToTokens for LitStr { implementation
1130 LitIntRepr, LitRepr, LitStr,
1147 return Lit::Str(LitStr { in new()