HomeSort by relevance Sort by last modified time
    Searched defs:myStruct (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
staticinit.c 15 static struct AStruct myStruct = { 1, "two", 3.0 };
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 212 // values of type MyStruct have x = 42.
213 type myStruct struct {
217 func (m myStruct) Generate(r *rand.Rand, _ int) reflect.Value {
218 return reflect.ValueOf(myStruct{x: 42})
221 func myStructProperty(in myStruct) bool { return in.x == 42 }
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 212 // values of type MyStruct have x = 42.
213 type myStruct struct {
217 func (m myStruct) Generate(r *rand.Rand, _ int) reflect.Value {
218 return reflect.ValueOf(myStruct{x: 42})
221 func myStructProperty(in myStruct) bool { return in.x == 42 }

Completed in 67 milliseconds