Home
last modified time | relevance | path

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

12

/external/golang-protobuf/internal/testprotos/nullable/
Dnullable.go31RepeatedUint64 []uint64 `protobuf:"varint,204,rep,name=repeated_u… member
138RepeatedUint64 []uint64 `protobuf:"varint,204,rep,name=repeated_u… member
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs106 Assert.AreEqual(0, message.RepeatedUint64.Count); in DefaultValues()
197 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues()
489 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs106 Assert.AreEqual(0, message.RepeatedUint64.Count); in DefaultValues()
197 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues()
489 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs97 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
149 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
DGeneratedMessageTest.cs107 Assert.AreEqual(0, message.RepeatedUint64.Count); in DefaultValues()
200 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues()
535 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
DJsonParserTest.cs1091 message.RepeatedUint64.Add(1); in ParseAllNullValues()
1131 Assert.AreEqual(0, message.RepeatedUint64.Count); in ParseAllNullValues()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs97 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
149 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
DGeneratedMessageTest.cs107 Assert.AreEqual(0, message.RepeatedUint64.Count); in DefaultValues()
200 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues()
535 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
DJsonParserTest.cs1091 message.RepeatedUint64.Add(1); in ParseAllNullValues()
1131 Assert.AreEqual(0, message.RepeatedUint64.Count); in ParseAllNullValues()
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/
Dfields.pb.go89RepeatedUint64 []uint64 `protobuf:"varint,208,rep,packed,name=repeat… member
306 return x.RepeatedUint64
/external/golang-protobuf/internal/cmd/generate-corpus/
Dmain.go57 RepeatedUint64: []uint64{1004, 2004},
/external/golang-protobuf/internal/testprotos/fieldtrack/
Dfieldtrack.pb.go46RepeatedUint64 []uint64 `protobuf:"varint,24,rep,name=re… member
297 return x.RepeatedUint64
/external/golang-protobuf/testing/protocmp/
Dreflect_test.go38 RepeatedUint64: []uint64{0, 64},
Dxform_test.go62 RepeatedUint64: []uint64{0, 64},
Dutil_test.go1151 RepeatedUint64: []uint64{0, 64},
1163 RepeatedUint64: []uint64{64, 0},
1246 RepeatedUint64: []uint64{0, 64},
1259 RepeatedUint64: []uint64{64, 0},
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/
Dtest.pb.go167RepeatedUint64 []uint64 `protobuf:"varint,206,rep,packed,name=repeated_uint… member
441 return m.RepeatedUint64
/external/golang-protobuf/internal/testprotos/test3/
Dtest.pb.go171RepeatedUint64 []uint64 `protobuf:"varint,34,rep,packed,name… member
569 return x.RepeatedUint64
/external/golang-protobuf/proto/
Dequal_test.go422 x: &testpb.TestAllTypes{RepeatedUint64: []uint64{1, 2}},
423 y: &testpb.TestAllTypes{RepeatedUint64: []uint64{1, 3}},
/external/golang-protobuf/internal/msgfmt/
Dformat_test.go52 RepeatedUint64: []uint64{0, 64},
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
Dfields.pb.go122RepeatedUint64 []uint64 `protobuf:"varint,208,rep,name=repeated_u… member
556 return x.RepeatedUint64
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/
Dtest.pb.go145RepeatedUint64 []uint64 `protobuf:"varint,206,rep,packed,name=repeated_uint… member
495 return m.RepeatedUint64
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/
Dtest.pb.go159RepeatedUint64 []uint64 `protobuf:"varint,206,rep,packed,name=repeated_uint… member
533 return m.RepeatedUint64
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/
Dtest.pb.go159RepeatedUint64 []uint64 `protobuf:"varint,206,rep,packed,name=repeated_uint… member
432 return m.RepeatedUint64

12