Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs596 fn fold_lit_byte_str(&mut self, i: crate::LitByteStr) -> crate::LitByteStr { in fold_lit_byte_str() method
597 fold_lit_byte_str(self, i) in fold_lit_byte_str()
2710 crate::Lit::ByteStr(f.fold_lit_byte_str(_binding_0)) in fold_lit()
2739 pub fn fold_lit_byte_str<F>(f: &mut F, node: crate::LitByteStr) -> crate::LitByteStr in fold_lit_byte_str() function