Lines Matching refs:GoTest
118 {"one set field zero, one unset field", &pb.GoTest{Param: Int32(0)}, &pb.GoTest{}, false},
122 {"repeated, one set", &pb.GoTest{F_Int32Repeated: []int32{2, 3}}, &pb.GoTest{}, false},
123 …{"repeated, different length", &pb.GoTest{F_Int32Repeated: []int32{2, 3}}, &pb.GoTest{F_Int32Repea…
124 …{"repeated, different value", &pb.GoTest{F_Int32Repeated: []int32{2}}, &pb.GoTest{F_Int32Repeated:…
125 …{"repeated, equal", &pb.GoTest{F_Int32Repeated: []int32{2, 4}}, &pb.GoTest{F_Int32Repeated: []int3…
126 …{"repeated, nil equal nil", &pb.GoTest{F_Int32Repeated: nil}, &pb.GoTest{F_Int32Repeated: nil}, tr…
127 …{"repeated, nil equal empty", &pb.GoTest{F_Int32Repeated: nil}, &pb.GoTest{F_Int32Repeated: []int3…
128 …{"repeated, empty equal nil", &pb.GoTest{F_Int32Repeated: []int32{}}, &pb.GoTest{F_Int32Repeated: …
132 &pb.GoTest{RequiredField: &pb.GoTestField{Label: String("foo")}},
133 &pb.GoTest{RequiredField: &pb.GoTestField{Label: String("bar")}},
138 &pb.GoTest{RequiredField: &pb.GoTestField{Label: String("wow")}},
139 &pb.GoTest{RequiredField: &pb.GoTestField{Label: String("wow")}},