Searched defs:AllowStruct (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/ |
H A D | expr.rs | 1110 pub struct AllowStruct(bool); struct 1254 impl Copy for AllowStruct {} implementation 1256 impl Clone for AllowStruct { implementation 1288 allow_struct: AllowStruct, in parse_expr() 1407 allow_struct: AllowStruct, in parse_expr() 1564 allow_struct: AllowStruct, in trailer_expr() 2339 allow_struct: AllowStruct, in expr_box() 2362 allow_struct: AllowStruct, in expr_unary()
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | expr.rs | 1089 pub(crate) struct AllowStruct(bool); struct 1307 impl Copy for AllowStruct {} implementation 1310 impl Clone for AllowStruct { implementation 1361 allow_struct: AllowStruct, in parse_expr() 1615 allow_struct: AllowStruct, in trailer_expr() 2411 allow_struct: AllowStruct, in expr_unary()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | expr.rs | 1089 pub(crate) struct AllowStruct(bool); struct 1307 impl Copy for AllowStruct {} implementation 1310 impl Clone for AllowStruct { implementation 1361 allow_struct: AllowStruct, in parse_expr() 1615 allow_struct: AllowStruct, in trailer_expr() 2411 allow_struct: AllowStruct, in expr_unary()
|