Home | History | Annotate | Download | only in proto

Lines Matching refs:different

110 	{"different types", &pb.GoEnum{}, &pb.GoTestField{}, false},
115 {"different typed nil", (*pb.GoEnum)(nil), (*pb.GoTestField)(nil), false},
119 {"different set fields", &pb.GoTestField{Label: String("foo")}, &pb.GoTestField{Label: String("bar")}, false},
123 {"repeated, different length", &pb.GoTest{F_Int32Repeated: []int32{2, 3}}, &pb.GoTest{F_Int32Repeated: []int32{2}}, false},
124 {"repeated, different value", &pb.GoTest{F_Int32Repeated: []int32{2}}, &pb.GoTest{F_Int32Repeated: []int32{3}}, false},
131 "nested, different",
157 {"extension vs. different extension", messageWithExtension1a, messageWithExtension2, false},
160 {"int32 extension vs. a different int32", messageWithInt32Extension1, messageWithInt32Extension2, false},
163 {"unregistered extension different", messageWithExtension3a, messageWithExtension3c, false},
189 "map different entry",
195 "map different key only",
201 "map different value only",
231 "oneof different",