Home
last modified time | relevance | path

Searched refs:DefaultBytes (Results 1 – 11 of 11) sorted by relevance

/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
Dfields.pb.go148DefaultBytes []byte `protobuf:"bytes,316,opt,name=default_byt… member
737 if x != nil && x.DefaultBytes != nil {
738 return x.DefaultBytes
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto2.pb.go363DefaultBytes []byte `protobuf:"bytes,255,opt,name=default_bytes,json=defaultBytes,def=joshua"… member
1247 if x != nil && x.DefaultBytes != nil {
1248 return x.DefaultBytes
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto2.cs2408 public pb::ByteString DefaultBytes { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
3074 if (DefaultBytes != other.DefaultBytes) return false; in Equals()
3218 if (HasDefaultBytes) hash ^= DefaultBytes.GetHashCode(); in GetHashCode()
3514 output.WriteBytes(DefaultBytes); in WriteTo()
3856 output.WriteBytes(DefaultBytes); in IBufferMessage.InternalWriteTo()
4150 size += 2 + pb::CodedOutputStream.ComputeBytesSize(DefaultBytes); in CalculateSize()
4413 DefaultBytes = other.DefaultBytes; in MergeFrom()
5038 DefaultBytes = input.ReadBytes(); in MergeFrom()
5648 DefaultBytes = input.ReadBytes(); in IBufferMessage.InternalMergeFrom()
DUnittest.cs2547 public pb::ByteString DefaultBytes { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2892 if (DefaultBytes != other.DefaultBytes) return false; in Equals()
2975 if (HasDefaultBytes) hash ^= DefaultBytes.GetHashCode(); in GetHashCode()
3192 output.WriteBytes(DefaultBytes); in WriteTo()
3428 output.WriteBytes(DefaultBytes); in IBufferMessage.InternalWriteTo()
3622 size += 2 + pb::CodedOutputStream.ComputeBytesSize(DefaultBytes); in CalculateSize()
3827 DefaultBytes = other.DefaultBytes; in MergeFrom()
4172 DefaultBytes = input.ReadBytes(); in MergeFrom()
4526 DefaultBytes = input.ReadBytes(); in IBufferMessage.InternalMergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto2.cs2408 public pb::ByteString DefaultBytes { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
3074 if (DefaultBytes != other.DefaultBytes) return false; in Equals()
3218 if (HasDefaultBytes) hash ^= DefaultBytes.GetHashCode(); in GetHashCode()
3514 output.WriteBytes(DefaultBytes); in WriteTo()
3856 output.WriteBytes(DefaultBytes); in IBufferMessage.InternalWriteTo()
4150 size += 2 + pb::CodedOutputStream.ComputeBytesSize(DefaultBytes); in CalculateSize()
4413 DefaultBytes = other.DefaultBytes; in MergeFrom()
5038 DefaultBytes = input.ReadBytes(); in MergeFrom()
5648 DefaultBytes = input.ReadBytes(); in IBufferMessage.InternalMergeFrom()
DUnittest.cs2547 public pb::ByteString DefaultBytes { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2892 if (DefaultBytes != other.DefaultBytes) return false; in Equals()
2975 if (HasDefaultBytes) hash ^= DefaultBytes.GetHashCode(); in GetHashCode()
3192 output.WriteBytes(DefaultBytes); in WriteTo()
3428 output.WriteBytes(DefaultBytes); in IBufferMessage.InternalWriteTo()
3622 size += 2 + pb::CodedOutputStream.ComputeBytesSize(DefaultBytes); in CalculateSize()
3827 DefaultBytes = other.DefaultBytes; in MergeFrom()
4172 DefaultBytes = input.ReadBytes(); in MergeFrom()
4526 DefaultBytes = input.ReadBytes(); in IBufferMessage.InternalMergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.Proto2.cs70 Assert.AreEqual(ByteString.CopyFromUtf8("world"), message.DefaultBytes); in DefaultProto2Values()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.Proto2.cs70 Assert.AreEqual(ByteString.CopyFromUtf8("world"), message.DefaultBytes); in DefaultProto2Values()
/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go329DefaultBytes []byte `protobuf:"bytes,95,opt,name=default_bytes,json=defaul… member
936 if x != nil && x.DefaultBytes != nil {
937 return x.DefaultBytes
/external/golang-protobuf/proto/
Dequal_test.go373 y: &testpb.TestAllTypes{DefaultBytes: []byte("world")},
/external/golang-protobuf/testing/protocmp/
Dutil_test.go248 DefaultBytes: []byte("world"),
265 DefaultBytes: []byte("world"),