Searched refs:F_Int32Repeated (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/proto/ |
D | equal_test.go | 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: …
|
D | clone_test.go | 327 F_Int32Repeated: []int32{}, 339 F_Int32Repeated: []int32{}, 353 F_Int32Repeated: []int32{}, 364 F_Int32Repeated: []int32{},
|
D | all_test.go | 734 pb.F_Int32Repeated = []int32{32, 33} 1097 pb.F_Int32Repeated = make([]int32, N) 1118 pb.F_Int32Repeated[i] = int32(i) 1167 if x := uint64(pbd.F_Int32Repeated[i]); x != i { 2356 pb.F_Int32Repeated = make([]int32, N) 2359 pb.F_Int32Repeated[i] = int32(i)
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 417 …F_Int32Repeated []int32 `protobuf:"varint,21,rep,name=F_Int32_repeated,json=FInt32Repeated" j… member 684 return m.F_Int32Repeated
|