Searched refs:Uint64Field (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 55 Assert.IsNull(message.Uint64Field); in NullIsDefault() 71 Uint64Field = 4 in NonDefaultSingleValues() 85 Assert.AreEqual(4UL, parsed.Uint64Field); in NonDefaultSingleValues() 101 Uint64Field = 0 in NonNullDefaultIsPreservedThroughSerialization() 115 Assert.AreEqual(0UL, parsed.Uint64Field); in NonNullDefaultIsPreservedThroughSerialization() 141 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappersSerializeDeserialize() 194 Uint64Field = { { 18, ulong.MaxValue }, { 19, ulong.MinValue }, { 20, 0UL } }, in MapWrappersSerializeDeserialize() 218 Uint64Field = 4 in Reflection_SingleValues()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 213 Uint64Field = other.Uint64Field; in TestWellKnownTypes() 353 public ulong? Uint64Field { property in Google.Protobuf.TestProtos.TestWellKnownTypes 451 if (Uint64Field != other.Uint64Field) return false; in Equals() 475 if (uint64Field_ != null) hash ^= Uint64Field.GetHashCode(); in GetHashCode() 536 _single_uint64Field_codec.WriteTagAndValue(output, Uint64Field); in WriteTo() 598 size += _single_uint64Field_codec.CalculateSizeWithTag(Uint64Field); in CalculateSize() 695 if (uint64Field_ == null || other.Uint64Field != 0UL) { in MergeFrom() 696 Uint64Field = other.Uint64Field; in MergeFrom() 826 Uint64Field = value; in MergeFrom() 1041 public pbc::RepeatedField<ulong?> Uint64Field { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 101 Uint64Field = 0 in SingularWrappers_DefaultNonNullValues() 119 Uint64Field = 4 in SingularWrappers_NonDefaultValues() 186 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()
|