Home
last modified time | relevance | path

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

/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
Dfields.pb.go140DefaultUint64 *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/
Dtest_messages_proto2.pb.go352DefaultUint64 *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/
DTestMessagesProto2.cs2112 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()
DUnittest.cs2251 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/
DTestMessagesProto2.cs2112 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()
DUnittest.cs2251 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/
DGeneratedMessageTest.Proto2.cs88 Assert.AreEqual(44, message.DefaultUint64); in DefaultProto2Values()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.Proto2.cs88 Assert.AreEqual(44, message.DefaultUint64); in DefaultProto2Values()
/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go318DefaultUint64 *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/
Dequal_test.go340 y: &testpb.TestAllTypes{DefaultUint64: proto.Uint64(84)},
/external/golang-protobuf/testing/protocmp/
Dutil_test.go252 DefaultUint64: proto.Uint64(84),
269 DefaultUint64: proto.Uint64(84),