Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs37 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 Dlib.rs447 Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr,
/linux/rust/syn/gen/
H A Dfold.rs593 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 Dvisit_mut.rs564 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 Dvisit.rs556 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 Deq.rs1360 impl Eq for crate::LitByte {} implementation