Home
last modified time | relevance | path

Searched defs:Struct5 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi_test.go470 func passStruct5(a Struct5) Struct5 {
765 func callArgsStruct5(f func(Struct5, MagicLastTypeNameForTestingRegisterABI) Struct5, a0 Struct5) S…
870 type Struct5 struct { struct
871 A uint16
872 B int16
873 C, D uint32
874 E int32
875 F, G, H, I, J float32
893 Struct5 anonMember
908 Struct5 anonMember
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/
Dpin_project.rs287 pub struct Struct5<'a, T: core::fmt::Debug + ?Sized> { in trait_bounds_on_type_generics() struct
288 f: &'a mut T, in trait_bounds_on_type_generics()
579 struct Struct5<T: ?Sized> { in dst() struct
580 f: T, in dst()