Home
last modified time | relevance | path

Searched refs:RepeatedUint32 (Results 1 – 25 of 47) sorted by relevance

12

/external/golang-protobuf/internal/testprotos/nullable/
Dnullable.go30RepeatedUint32 []uint32 `protobuf:"varint,203,rep,name=repeated_u… member
137RepeatedUint32 []uint32 `protobuf:"varint,203,rep,name=repeated_u… member
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs105 Assert.AreEqual(0, message.RepeatedUint32.Count); in DefaultValues()
196 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
488 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs105 Assert.AreEqual(0, message.RepeatedUint32.Count); in DefaultValues()
196 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
488 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs96 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
148 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
DGeneratedMessageTest.cs106 Assert.AreEqual(0, message.RepeatedUint32.Count); in DefaultValues()
199 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
534 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues()
DJsonParserTest.cs1090 message.RepeatedUint32.Add(1); in ParseAllNullValues()
1130 Assert.AreEqual(0, message.RepeatedUint32.Count); in ParseAllNullValues()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs96 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
148 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
DGeneratedMessageTest.cs106 Assert.AreEqual(0, message.RepeatedUint32.Count); in DefaultValues()
199 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
534 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues()
DJsonParserTest.cs1090 message.RepeatedUint32.Add(1); in ParseAllNullValues()
1130 Assert.AreEqual(0, message.RepeatedUint32.Count); in ParseAllNullValues()
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/
Dfields.pb.go86RepeatedUint32 []uint32 `protobuf:"varint,205,rep,packed,name=repeat… member
285 return x.RepeatedUint32
/external/golang-protobuf/internal/cmd/generate-corpus/
Dmain.go56 RepeatedUint32: []uint32{1003, 2003},
/external/golang-protobuf/internal/testprotos/fieldtrack/
Dfieldtrack.pb.go45RepeatedUint32 []uint32 `protobuf:"varint,23,rep,name=re… member
288 return x.RepeatedUint32
/external/golang-protobuf/testing/protocmp/
Dreflect_test.go37 RepeatedUint32: []uint32{0, 32},
Dxform_test.go61 RepeatedUint32: []uint32{0, 32},
Dutil_test.go1149 RepeatedUint32: []uint32{0, 32},
1161 RepeatedUint32: []uint32{32, 0},
1245 RepeatedUint32: []uint32{0, 32},
1258 RepeatedUint32: []uint32{32, 0},
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/
Dtest.pb.go164RepeatedUint32 []uint32 `protobuf:"varint,203,rep,packed,name=repeated_uint… member
420 return m.RepeatedUint32
/external/golang-protobuf/internal/testprotos/test3/
Dtest.pb.go170RepeatedUint32 []uint32 `protobuf:"varint,33,rep,packed,name… member
562 return x.RepeatedUint32
/external/golang-protobuf/proto/
Dequal_test.go419 x: &testpb.TestAllTypes{RepeatedUint32: []uint32{1, 2}},
420 y: &testpb.TestAllTypes{RepeatedUint32: []uint32{1, 3}},
/external/golang-protobuf/internal/msgfmt/
Dformat_test.go51 RepeatedUint32: []uint32{0, 32},
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
Dfields.pb.go119RepeatedUint32 []uint32 `protobuf:"varint,205,rep,name=repeated_u… member
535 return x.RepeatedUint32
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/
Dtest.pb.go142RepeatedUint32 []uint32 `protobuf:"varint,203,rep,packed,name=repeated_uint… member
474 return m.RepeatedUint32
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/
Dtest.pb.go156RepeatedUint32 []uint32 `protobuf:"varint,203,rep,packed,name=repeated_uint… member
512 return m.RepeatedUint32
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/
Dtest.pb.go156RepeatedUint32 []uint32 `protobuf:"varint,203,rep,packed,name=repeated_uint… member
411 return m.RepeatedUint32

12