Home
last modified time | relevance | path

Searched refs:Uint64Field (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs55 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs216 Uint64Field = other.Uint64Field; in TestWellKnownTypes()
370 public ulong? Uint64Field { property in Google.Protobuf.TestProtos.TestWellKnownTypes
476 if (Uint64Field != other.Uint64Field) return false; in Equals()
501 if (uint64Field_ != null) hash ^= Uint64Field.GetHashCode(); in GetHashCode()
564 _single_uint64Field_codec.WriteTagAndValue(output, Uint64Field); in WriteTo()
627 size += _single_uint64Field_codec.CalculateSizeWithTag(Uint64Field); in CalculateSize()
725 if (uint64Field_ == null || other.Uint64Field != 0UL) { in MergeFrom()
726 Uint64Field = other.Uint64Field; in MergeFrom()
857 Uint64Field = value; in MergeFrom()
1090 public pbc::RepeatedField<ulong?> Uint64Field { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs101 Uint64Field = 0 in SingularWrappers_DefaultNonNullValues()
119 Uint64Field = 4 in SingularWrappers_NonDefaultValues()
189 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()