Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/
Dvisit.rs17 let expr_match = match expr { in visit_expr_mut() localVariable
38 let expr_match = match init.expr.as_ref() { in visit_local_mut() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/type/matcher/v3/
Dcel.proto37 type.v3.CelExpression expr_match = 1 [(validate.rules).message = {required: true}]; field
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dexpr.rs492 fn expr_match(&mut self, expr: &ExprMatch) { in expr_match() method