Searched refs:fold_lit_byte (Results 1 – 1 of 1) sorted by relevance
593 fn fold_lit_byte(&mut self, i: crate::LitByte) -> crate::LitByte { in fold_lit_byte() method594 fold_lit_byte(self, i) in fold_lit_byte()2713 crate::Lit::Byte(_binding_0) => crate::Lit::Byte(f.fold_lit_byte(_binding_0)), in fold_lit()2730 pub fn fold_lit_byte<F>(f: &mut F, node: crate::LitByte) -> crate::LitByte in fold_lit_byte() function