/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
D | fields.pb.go | 140 …DefaultUint64 *uint64 `protobuf:"varint,308,opt,name=default_ui… member 681 if x != nil && x.DefaultUint64 != nil { 682 return *x.DefaultUint64
|
/external/golang-protobuf/internal/testprotos/conformance/ |
D | test_messages_proto2.pb.go | 352 …DefaultUint64 *uint64 `protobuf:"varint,244,opt,name=default_uint64,json=defaultUint64,def=1012… member 1170 if x != nil && x.DefaultUint64 != nil { 1171 return *x.DefaultUint64
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | TestMessagesProto2.cs | 2112 public ulong DefaultUint64 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2 3063 if (DefaultUint64 != other.DefaultUint64) return false; in Equals() 3207 if (HasDefaultUint64) hash ^= DefaultUint64.GetHashCode(); in GetHashCode() 3470 output.WriteUInt64(DefaultUint64); in WriteTo() 3812 output.WriteUInt64(DefaultUint64); in IBufferMessage.InternalWriteTo() 4117 size += 2 + pb::CodedOutputStream.ComputeUInt64Size(DefaultUint64); in CalculateSize() 4380 DefaultUint64 = other.DefaultUint64; in MergeFrom() 4994 DefaultUint64 = input.ReadUInt64(); in MergeFrom() 5604 DefaultUint64 = input.ReadUInt64(); in IBufferMessage.InternalMergeFrom()
|
D | Unittest.cs | 2251 public ulong DefaultUint64 { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2881 if (DefaultUint64 != other.DefaultUint64) return false; in Equals() 2964 if (HasDefaultUint64) hash ^= DefaultUint64.GetHashCode(); in GetHashCode() 3148 output.WriteUInt64(DefaultUint64); in WriteTo() 3384 output.WriteUInt64(DefaultUint64); in IBufferMessage.InternalWriteTo() 3589 size += 2 + pb::CodedOutputStream.ComputeUInt64Size(DefaultUint64); in CalculateSize() 3794 DefaultUint64 = other.DefaultUint64; in MergeFrom() 4128 DefaultUint64 = input.ReadUInt64(); in MergeFrom() 4482 DefaultUint64 = input.ReadUInt64(); in IBufferMessage.InternalMergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | TestMessagesProto2.cs | 2112 public ulong DefaultUint64 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2 3063 if (DefaultUint64 != other.DefaultUint64) return false; in Equals() 3207 if (HasDefaultUint64) hash ^= DefaultUint64.GetHashCode(); in GetHashCode() 3470 output.WriteUInt64(DefaultUint64); in WriteTo() 3812 output.WriteUInt64(DefaultUint64); in IBufferMessage.InternalWriteTo() 4117 size += 2 + pb::CodedOutputStream.ComputeUInt64Size(DefaultUint64); in CalculateSize() 4380 DefaultUint64 = other.DefaultUint64; in MergeFrom() 4994 DefaultUint64 = input.ReadUInt64(); in MergeFrom() 5604 DefaultUint64 = input.ReadUInt64(); in IBufferMessage.InternalMergeFrom()
|
D | Unittest.cs | 2251 public ulong DefaultUint64 { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2881 if (DefaultUint64 != other.DefaultUint64) return false; in Equals() 2964 if (HasDefaultUint64) hash ^= DefaultUint64.GetHashCode(); in GetHashCode() 3148 output.WriteUInt64(DefaultUint64); in WriteTo() 3384 output.WriteUInt64(DefaultUint64); in IBufferMessage.InternalWriteTo() 3589 size += 2 + pb::CodedOutputStream.ComputeUInt64Size(DefaultUint64); in CalculateSize() 3794 DefaultUint64 = other.DefaultUint64; in MergeFrom() 4128 DefaultUint64 = input.ReadUInt64(); in MergeFrom() 4482 DefaultUint64 = input.ReadUInt64(); in IBufferMessage.InternalMergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.Proto2.cs | 88 Assert.AreEqual(44, message.DefaultUint64); in DefaultProto2Values()
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.Proto2.cs | 88 Assert.AreEqual(44, message.DefaultUint64); in DefaultProto2Values()
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 318 …DefaultUint64 *uint64 `protobuf:"varint,84,opt,name=default_uint64,json=defa… member 859 if x != nil && x.DefaultUint64 != nil { 860 return *x.DefaultUint64
|
/external/golang-protobuf/proto/ |
D | equal_test.go | 340 y: &testpb.TestAllTypes{DefaultUint64: proto.Uint64(84)},
|
/external/golang-protobuf/testing/protocmp/ |
D | util_test.go | 252 DefaultUint64: proto.Uint64(84), 269 DefaultUint64: proto.Uint64(84),
|