Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Dfold.rs738 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path() method
739 fold_use_path(self, i) in fold_use_path()
3212 pub fn fold_use_path<F>(f: &mut F, node: UsePath) -> UsePath in fold_use_path() function
3239 UseTree::Path(_binding_0) => UseTree::Path(f.fold_use_path(_binding_0)), in fold_use_tree()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Dfold.rs941 fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath { in fold_use_path() method
942 fold_use_path(self, i) in fold_use_path()
3630 pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath in fold_use_path() function
3660 crate::UseTree::Path(f.fold_use_path(_binding_0)) in fold_use_tree()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Dfold.rs941 fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath { in fold_use_path() method
942 fold_use_path(self, i) in fold_use_path()
3630 pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath in fold_use_path() function
3660 crate::UseTree::Path(f.fold_use_path(_binding_0)) in fold_use_tree()