Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs599 fn fold_lit_cstr(&mut self, i: crate::LitCStr) -> crate::LitCStr { in fold_lit_cstr() method
2748 pub fn fold_lit_cstr<F>(f: &mut F, node: crate::LitCStr) -> crate::LitCStr in fold_lit_cstr() function