Searched refs:LitByte (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/syn/ |
| H A D | lit.rs | 37 Byte(LitByte), 81 pub struct LitByte { 345 impl LitByte { impl 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 [all …]
|
| H A D | lib.rs | 447 Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 593 fn fold_lit_byte(&mut self, i: crate::LitByte) -> crate::LitByte { in fold_lit_byte() argument 2730 pub fn fold_lit_byte<F>(f: &mut F, node: crate::LitByte) -> crate::LitByte in fold_lit_byte()
|
| H A D | visit_mut.rs | 564 fn visit_lit_byte_mut(&mut self, i: &mut crate::LitByte) { in visit_lit_byte_mut() argument 2646 pub fn visit_lit_byte_mut<V>(v: &mut V, node: &mut crate::LitByte) in visit_lit_byte_mut()
|
| H A D | visit.rs | 556 fn visit_lit_byte(&mut self, i: &'ast crate::LitByte) { in visit_lit_byte() argument 2783 pub fn visit_lit_byte<'ast, V>(v: &mut V, node: &'ast crate::LitByte) in visit_lit_byte()
|
| H A D | eq.rs | 1360 impl Eq for crate::LitByte {} implementation
|