Home
last modified time | relevance | path

Searched refs:RepeatedBytes (Results 1 – 25 of 54) sorted by relevance

123

/external/golang-protobuf/proto/
Dmerge_test.go694 dst: &testpb.TestAllTypes{RepeatedBytes: nil},
695 src: &testpb.TestAllTypes{RepeatedBytes: [][]byte{nil}},
697 return reflect.DeepEqual(m.(*testpb.TestAllTypes).RepeatedBytes, [][]byte{{}})
701 dst: &testpb.TestAllTypes{RepeatedBytes: nil},
702 src: &testpb.TestAllTypes{RepeatedBytes: [][]byte{{}}},
704 return reflect.DeepEqual(m.(*testpb.TestAllTypes).RepeatedBytes, [][]byte{{}})
Dnoenforceutf8_test.go62 RepeatedBytes: [][]byte{[]byte("foo"), []byte("abc\xff")},
89 RepeatedBytes [][]byte `protobuf:"bytes,4,rep,name=repeated_bytes"` member
Ddecode_test.go133 if m.RepeatedBytes[0] == nil {
Dequal_test.go455 x: &testpb.TestAllTypes{RepeatedBytes: [][]byte{[]byte("a"), []byte("b")}},
456 y: &testpb.TestAllTypes{RepeatedBytes: [][]byte{[]byte("a"), []byte("c")}},
/external/golang-protobuf/internal/testprotos/nullable/
Dnullable.go35RepeatedBytes [][]byte `protobuf:"bytes,208,rep,name=repeated_by… member
142RepeatedBytes [][]byte `protobuf:"bytes,208,rep,name=repeated_by… member
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs74RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
DGeneratedMessageTest.cs88 Assert.AreEqual(0, message.RepeatedBytes.Count); in DefaultValues()
177 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in RoundTrip_RepeatedValues()
475 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs74RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
DGeneratedMessageTest.cs88 Assert.AreEqual(0, message.RepeatedBytes.Count); in DefaultValues()
177 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in RoundTrip_RepeatedValues()
475 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in CloneRepeatedNonMessageValues()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs77RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
130RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypesProto2()
DGeneratedMessageTest.cs89 Assert.AreEqual(0, message.RepeatedBytes.Count); in DefaultValues()
180 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in RoundTrip_RepeatedValues()
521 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in CloneRepeatedNonMessageValues()
DJsonParserTest.cs1102 message.RepeatedBytes.Add(ByteString.CopyFrom(new byte[] { 1 })); in ParseAllNullValues()
1141 Assert.AreEqual(0, message.RepeatedBytes.Count); in ParseAllNullValues()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs77RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypes()
130RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6), ByteString.CopyFrom(… in CreateFullTestAllTypesProto2()
DGeneratedMessageTest.cs89 Assert.AreEqual(0, message.RepeatedBytes.Count); in DefaultValues()
180 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in RoundTrip_RepeatedValues()
521 RepeatedBytes = { ByteString.CopyFrom(1, 2, 3, 4), ByteString.CopyFrom(5, 6) }, in CloneRepeatedNonMessageValues()
DJsonParserTest.cs1102 message.RepeatedBytes.Add(ByteString.CopyFrom(new byte[] { 1 })); in ParseAllNullValues()
1141 Assert.AreEqual(0, message.RepeatedBytes.Count); in ParseAllNullValues()
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/
Dfields.pb.go97RepeatedBytes [][]byte `protobuf:"bytes,216,rep,name=repeated_bytes… member
362 return x.RepeatedBytes
/external/golang-protobuf/internal/cmd/generate-corpus/
Dmain.go68 RepeatedBytes: [][]byte{[]byte("FOO"), []byte("BAR")},
/external/golang-protobuf/internal/testprotos/fieldtrack/
Dfieldtrack.pb.go57RepeatedBytes [][]byte `protobuf:"bytes,35,rep,name=rep… member
396 return x.RepeatedBytes
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dmessage.h149 using RepeatedBytes = RepeatedFieldParser<Bytes>; variable
369 RepeatedBytes AsRepeatedBytes(uint32_t field_number);
/external/pigweed/pw_protobuf/
Dmessage.cc200 RepeatedBytes Message::AsRepeatedBytes(uint32_t field_number) { in AsRepeatedBytes()
/external/golang-protobuf/testing/protocmp/
Dreflect_test.go43 RepeatedBytes: [][]byte{[]byte("hello"), []byte("goodbye")},
Dxform_test.go66 RepeatedBytes: [][]byte{{1}, {2}},
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/
Dtest.pb.go175RepeatedBytes [][]byte `protobuf:"bytes,214,rep,name=repeated_bytes,json=r… member
497 return m.RepeatedBytes
/external/golang-protobuf/internal/testprotos/test3/
Dtest.pb.go182RepeatedBytes [][]byte `protobuf:"bytes,45,rep,name=repeate… member
646 return x.RepeatedBytes
/external/golang-protobuf/internal/msgfmt/
Dformat_test.go56 RepeatedBytes: [][]byte{{1}, {2}},

123