/external/golang-protobuf/proto/ |
D | noenforceutf8_test.go | 43 OptionalBytes: []byte("abc\xff"), 87 OptionalBytes []byte `protobuf:"bytes,2,opt,name=optional_bytes"` member
|
D | decode_test.go | 104 if m.OptionalBytes != nil { 105 t.Errorf("unmarshal zero-length proto3 bytes field: got %v, want nil", m.OptionalBytes)
|
D | equal_test.go | 144 x: &testpb.TestAllTypes{OptionalBytes: []byte("a")}, 145 y: &testpb.TestAllTypes{OptionalBytes: []byte("b")}, 214 x: &testpb.TestAllTypes{OptionalBytes: []byte("abc")}, 215 y: &testpb.TestAllTypes{OptionalBytes: []byte("abc")}, 268 y: &testpb.TestAllTypes{OptionalBytes: []byte{}}, 319 y: &test3pb.TestAllTypes{OptionalBytes: []byte{}},
|
D | encode_test.go | 237 OptionalBytes: make([]byte, size), 250 if got, want := int64(len(m.Corecursive.OptionalBytes)), size; got != want {
|
D | merge_test.go | 673 dst: &testpb.TestAllTypes{OptionalBytes: nil}, 674 src: &testpb.TestAllTypes{OptionalBytes: []byte{}}, 676 return m.(*testpb.TestAllTypes).OptionalBytes != nil
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestProto3Optional.cs | 505 public pb::ByteString OptionalBytes { property in ProtobufUnittest.TestProto3Optional 653 if (OptionalBytes != other.OptionalBytes) return false; in Equals() 681 if (HasOptionalBytes) hash ^= OptionalBytes.GetHashCode(); in GetHashCode() 764 output.WriteBytes(OptionalBytes); in WriteTo() 858 output.WriteBytes(OptionalBytes); in IBufferMessage.InternalWriteTo() 937 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize() 1012 OptionalBytes = other.OptionalBytes; in MergeFrom() 1110 OptionalBytes = input.ReadBytes(); in MergeFrom() 1215 OptionalBytes = input.ReadBytes(); in IBufferMessage.InternalMergeFrom()
|
D | TestMessagesProto3.cs | 661 public pb::ByteString OptionalBytes { property in ProtobufTestMessages.Proto3.TestAllTypesProto3 2311 if (OptionalBytes != other.OptionalBytes) return false; in Equals() 2470 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode() 2682 if (OptionalBytes.Length != 0) { in WriteTo() 2684 output.WriteBytes(OptionalBytes); in WriteTo() 3035 if (OptionalBytes.Length != 0) { in IBufferMessage.InternalWriteTo() 3037 output.WriteBytes(OptionalBytes); in IBufferMessage.InternalWriteTo() 3374 if (OptionalBytes.Length != 0) { in CalculateSize() 3375 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize() 3671 if (other.OptionalBytes.Length != 0) { in MergeFrom() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestProto3Optional.cs | 505 public pb::ByteString OptionalBytes { property in ProtobufUnittest.TestProto3Optional 653 if (OptionalBytes != other.OptionalBytes) return false; in Equals() 681 if (HasOptionalBytes) hash ^= OptionalBytes.GetHashCode(); in GetHashCode() 764 output.WriteBytes(OptionalBytes); in WriteTo() 858 output.WriteBytes(OptionalBytes); in IBufferMessage.InternalWriteTo() 937 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize() 1012 OptionalBytes = other.OptionalBytes; in MergeFrom() 1110 OptionalBytes = input.ReadBytes(); in MergeFrom() 1215 OptionalBytes = input.ReadBytes(); in IBufferMessage.InternalMergeFrom()
|
D | TestMessagesProto3.cs | 661 public pb::ByteString OptionalBytes { property in ProtobufTestMessages.Proto3.TestAllTypesProto3 2311 if (OptionalBytes != other.OptionalBytes) return false; in Equals() 2470 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode() 2682 if (OptionalBytes.Length != 0) { in WriteTo() 2684 output.WriteBytes(OptionalBytes); in WriteTo() 3035 if (OptionalBytes.Length != 0) { in IBufferMessage.InternalWriteTo() 3037 output.WriteBytes(OptionalBytes); in IBufferMessage.InternalWriteTo() 3374 if (OptionalBytes.Length != 0) { in CalculateSize() 3375 size += 1 + pb::CodedOutputStream.ComputeBytesSize(OptionalBytes); in CalculateSize() 3671 if (other.OptionalBytes.Length != 0) { in MergeFrom() [all …]
|
/external/golang-protobuf/internal/testprotos/nullable/ |
D | nullable.go | 23 …OptionalBytes []byte `protobuf:"bytes,108,opt,name=optional_byte… member 130 …OptionalBytes []byte `protobuf:"bytes,108,opt,name=optional_byte… member
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/ |
D | fields.pb.go | 80 …OptionalBytes []byte `protobuf:"bytes,16,opt,name=optional_bytes,… member 243 return x.OptionalBytes
|
/external/golang-protobuf/internal/cmd/generate-corpus/ |
D | main.go | 43 OptionalBytes: []byte("bytes"),
|
/external/golang-protobuf/internal/testprotos/fieldtrack/ |
D | fieldtrack.pb.go | 40 …OptionalBytes []byte `protobuf:"bytes,15,opt,name=opt… member 243 return x.OptionalBytes
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect_test.go | 30 OptionalBytes: []byte("bytes"),
|
D | xform_test.go | 38 OptionalBytes: []byte("bytes"),
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 107 OptionalBytes = ByteString.CopyFrom(1, 2, 3, 4), in CreateFullTestAllTypesProto2()
|
D | JsonParserTest.cs | 1085 message.OptionalBytes = ByteString.CopyFrom(new byte[] { 1 }); in ParseAllNullValues() 1125 Assert.AreEqual(ByteString.Empty, message.OptionalBytes); in ParseAllNullValues()
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 107 OptionalBytes = ByteString.CopyFrom(1, 2, 3, 4), in CreateFullTestAllTypesProto2()
|
D | JsonParserTest.cs | 1085 message.OptionalBytes = ByteString.CopyFrom(new byte[] { 1 }); in ParseAllNullValues() 1125 Assert.AreEqual(ByteString.Empty, message.OptionalBytes); in ParseAllNullValues()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/ |
D | test.pb.go | 155 …OptionalBytes []byte `protobuf:"bytes,114,opt,name=optional_bytes,json=opt… member 364 return m.OptionalBytes
|
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 161 …OptionalBytes []byte `protobuf:"bytes,15,opt,name=optiona… member 499 return x.OptionalBytes
|
/external/golang-protobuf/internal/msgfmt/ |
D | format_test.go | 43 OptionalBytes: []byte("bytes"),
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
D | fields.pb.go | 94 …OptionalBytes []byte `protobuf:"bytes,16,opt,name=optional_byt… member 360 return x.OptionalBytes
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/ |
D | test.pb.go | 133 …OptionalBytes []byte `protobuf:"bytes,114,opt,name=optional_bytes,json=opt… member 418 return m.OptionalBytes
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/ |
D | test.pb.go | 147 …OptionalBytes []byte `protobuf:"bytes,114,opt,name=optional_bytes,json=opt… member 456 return m.OptionalBytes
|