Searched defs:Struct2 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ |
D | pin_project.rs | 191 struct Struct2<I, J> in where_clause_and_associated_type_field() struct 196 f1: I, in where_clause_and_associated_type_field() 197 f2: J, in where_clause_and_associated_type_field() 272 pub struct Struct2<'a, T: ::core::fmt::Debug> { in trait_bounds_on_type_generics() struct 273 f: &'a mut T, in trait_bounds_on_type_generics() 331 pub struct Struct2<'pin, 'pin_, 'pin__> { in overlapping_lifetime_names() struct 333 f: &'pin &'pin_ &'pin__ (), in overlapping_lifetime_names() 439 struct Struct2<'a, T, U> { in lifetime_project() struct 441 pinned: &'a T, in lifetime_project() 442 unpinned: U, in lifetime_project() [all …]
|
/aosp_15_r20/development/vndk/tools/header-checker/tests/integration/struct_extensions/include/ |
H A D | base.h | 7 struct Struct2 { struct 9 union Nested { 34 Vtable3 &PassByReference(Struct1 &, Struct2 &); argument
|
H A D | extensions.h | 9 struct Struct2 { struct 11 union Nested { 14 } member;
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | abi_test.go | 452 func passStruct2(a Struct2) Struct2 { 747 func callArgsStruct2(f func(Struct2, MagicLastTypeNameForTestingRegisterABI) Struct2, a0 Struct2) S… 848 type Struct2 struct { struct 849 A, B, C uint 850 D [2]uint32 887 Struct2 anonMember
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/ |
D | test.rs | 371 impl<'b, T, U> Struct2<'b, T, U> { in lifetime_project() impl
|