Searched refs:LitByteStr (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/syn/ |
| H A D | lit.rs | 31 ByteStr(LitByteStr), 67 pub struct LitByteStr { 275 impl LitByteStr { implementation 279 LitByteStr { in new() 606 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr}; 626 impl Debug for LitByteStr { implementation 632 impl LitByteStr { implementation 816 lit_extra_traits!(LitByteStr); 858 value, Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt, 950 impl Parse for LitByteStr { 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 | 596 fn fold_lit_byte_str(&mut self, i: crate::LitByteStr) -> crate::LitByteStr { in fold_lit_byte_str() argument 2739 pub fn fold_lit_byte_str<F>(f: &mut F, node: crate::LitByteStr) -> crate::LitByteStr in fold_lit_byte_str()
|
| H A D | visit_mut.rs | 567 fn visit_lit_byte_str_mut(&mut self, i: &mut crate::LitByteStr) { in visit_lit_byte_str_mut() argument 2650 pub fn visit_lit_byte_str_mut<V>(v: &mut V, node: &mut crate::LitByteStr) in visit_lit_byte_str_mut()
|
| H A D | visit.rs | 559 fn visit_lit_byte_str(&mut self, i: &'ast crate::LitByteStr) { in visit_lit_byte_str() argument 2787 pub fn visit_lit_byte_str<'ast, V>(v: &mut V, node: &'ast crate::LitByteStr) in visit_lit_byte_str()
|
| H A D | eq.rs | 1362 impl Eq for crate::LitByteStr {} implementation
|