Home
last modified time | relevance | path

Searched defs:fold_lit_byte (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dfold.rs593 fn fold_lit_byte(&mut self, i: crate::LitByte) -> crate::LitByte { in fold_lit_byte() method
2730 pub fn fold_lit_byte<F>(f: &mut F, node: crate::LitByte) -> crate::LitByte in fold_lit_byte() function