Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/abi/
Dstruct_lower_1.go15 func passStruct6(a Struct6) Struct6 {
19 type Struct6 struct { struct
20 Struct1
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi_test.go476 func passStruct6(a Struct6) Struct6 {
771 func callArgsStruct6(f func(Struct6, MagicLastTypeNameForTestingRegisterABI) Struct6, a0 Struct6) S…
879 type Struct6 struct { struct
880 Struct1
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/
Dpin_project.rs292 pub struct Struct6<'a, T: core::fmt::Debug = [u8; 16]> { in trait_bounds_on_type_generics() struct
293 f: &'a mut T, in trait_bounds_on_type_generics()
584 struct Struct6<T: ?Sized> { in dst() struct
586 f: T, in dst()