Searched defs:Struct1 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ |
D | pin_project.rs | 181 struct Struct1<I> in where_clause_and_associated_type_field() struct 186 f1: I, in where_clause_and_associated_type_field() 187 f2: I::Item, in where_clause_and_associated_type_field() 267 pub struct Struct1<'a, T: ?Sized> { in trait_bounds_on_type_generics() struct 268 f: &'a mut T, in trait_bounds_on_type_generics() 325 pub struct Struct1<'pin, T> { in overlapping_lifetime_names() struct 327 f: &'pin mut T, in overlapping_lifetime_names() 432 struct Struct1<T, U> { in lifetime_project() struct 434 pinned: T, in lifetime_project() 435 unpinned: U, in lifetime_project() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/test/abi/ |
D | struct_lower_1.go | 20 Struct1 anonMember 23 type Struct1 struct { struct 24 A, B, C uint
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | abi_test.go | 446 func passStruct1(a Struct1) Struct1 { 536 func pass2Struct1(a, b Struct1) (x, y Struct1) { 741 func callArgsStruct1(f func(Struct1, MagicLastTypeNameForTestingRegisterABI) Struct1, a0 Struct1) S… 831 func callArgs2Struct1(f func(Struct1, Struct1, MagicLastTypeNameForTestingRegisterABI) (Struct1, St… argument 842 type Struct1 struct { struct 843 A, B, C uint 880 Struct1 anonMember 886 Struct1 anonMember 894 Struct1 anonMember 901 Struct1 anonMember
|
/aosp_15_r20/development/vndk/tools/header-checker/tests/integration/struct_extensions/include/ |
H A D | extensions.h | 1 struct Struct1 { struct 4 short offset_16; 5 int offset_32; 6 int offset_64;
|
H A D | base.h | 1 struct Struct1 { struct 4 int offset_32;
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/ |
D | test.rs | 356 impl<T, U> Struct1<T, U> { in lifetime_project() implementation 527 struct Struct1<A>(A); in no_infer_outlives() struct 529 impl<X, T> Trait<X> for Struct1<T> { in no_infer_outlives() implementation
|