Home
last modified time | relevance | path

Searched refs:fold_expr_async (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.rs120 fn fold_expr_async(&mut self, i: ExprAsync) -> ExprAsync { in fold_expr_async() method
121 fold_expr_async(self, i) in fold_expr_async()
1084 Expr::Async(_binding_0) => Expr::Async(full!(f.fold_expr_async(_binding_0))), in fold_expr()
1173 pub fn fold_expr_async<F>(f: &mut F, node: ExprAsync) -> ExprAsync in fold_expr_async() function
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Dfold.rs148 fn fold_expr_async(&mut self, i: crate::ExprAsync) -> crate::ExprAsync { in fold_expr_async() method
149 fold_expr_async(self, i) in fold_expr_async()
1277 crate::Expr::Async(full!(f.fold_expr_async(_binding_0))) in fold_expr()
1404 pub fn fold_expr_async<F>(f: &mut F, node: crate::ExprAsync) -> crate::ExprAsync in fold_expr_async() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Dfold.rs148 fn fold_expr_async(&mut self, i: crate::ExprAsync) -> crate::ExprAsync { in fold_expr_async() method
149 fold_expr_async(self, i) in fold_expr_async()
1277 crate::Expr::Async(full!(f.fold_expr_async(_binding_0))) in fold_expr()
1404 pub fn fold_expr_async<F>(f: &mut F, node: crate::ExprAsync) -> crate::ExprAsync in fold_expr_async() function