Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi_test.go464 func passStruct4(a Struct4) Struct4 {
759 func callArgsStruct4(f func(Struct4, MagicLastTypeNameForTestingRegisterABI) Struct4, a0 Struct4) S…
862 type Struct4 struct { struct
863 A, B int8
864 C, D uint8
865 E bool
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/
Dpin_project.rs282 pub struct Struct4<'a, T: core::fmt::Debug + core::fmt::Display> { in trait_bounds_on_type_generics() struct
283 f: &'a mut T, in trait_bounds_on_type_generics()
570 struct Struct4<T> in dst() struct
575 f: T, in dst()
696 struct Struct4 { in dyn_type() struct
698 f: dyn core::fmt::Debug + Send, in dyn_type()