Home
last modified time | relevance | path

Searched defs:myStruct (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/slices/
Dsort_benchmark_test.go32 type myStruct struct { struct
33 a, b, c, d string
34 n int
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_slices_benchmark_test.go147 type myStruct struct { struct
148 a, b, c, d string
149 n int
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dcompliterals.go9 type myStruct struct { struct
10 f int
15 func struct_literals[S struct{f int}|myStruct]() {
/aosp_15_r20/prebuilts/go/linux-x86/test/abi/
DconvF_criteria.go11 type myStruct struct { struct
12 F0 [0]struct{}
13 F1 float32
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/quick/
Dquick_test.go213 type myStruct struct { struct
214 x int
217 func (m myStruct) Generate(r *rand.Rand, _ int) reflect.Value {
221 func myStructProperty(in myStruct) bool { return in.x == 42 }
/aosp_15_r20/external/clang/test/Analysis/
H A Dinitializer.cpp161 const MyStruct &myStruct(5); in referenceInitializeLocal() local
173 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dstaticinit.c15 static struct AStruct myStruct = { 1, "two", 3.0 }; in f() local