Searched refs:Uint32Field (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 54 Assert.IsNull(message.Uint32Field); in NullIsDefault() 70 Uint32Field = 3, in NonDefaultSingleValues() 84 Assert.AreEqual(3U, parsed.Uint32Field); in NonDefaultSingleValues() 100 Uint32Field = 0, in NonNullDefaultIsPreservedThroughSerialization() 114 Assert.AreEqual(0U, parsed.Uint32Field); in NonNullDefaultIsPreservedThroughSerialization() 140 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappersSerializeDeserialize() 193 Uint32Field = { { 15, uint.MaxValue }, { 16, uint.MinValue }, { 17, 0U } }, in MapWrappersSerializeDeserialize() 217 Uint32Field = 3, in Reflection_SingleValues()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 218 Uint32Field = other.Uint32Field; in TestWellKnownTypes() 394 public uint? Uint32Field { property in Google.Protobuf.TestProtos.TestWellKnownTypes 478 if (Uint32Field != other.Uint32Field) return false; in Equals() 503 if (uint32Field_ != null) hash ^= Uint32Field.GetHashCode(); in GetHashCode() 570 _single_uint32Field_codec.WriteTagAndValue(output, Uint32Field); in WriteTo() 633 size += _single_uint32Field_codec.CalculateSizeWithTag(Uint32Field); in CalculateSize() 735 if (uint32Field_ == null || other.Uint32Field != 0) { in MergeFrom() 736 Uint32Field = other.Uint32Field; in MergeFrom() 871 Uint32Field = value; in MergeFrom() 1110 public pbc::RepeatedField<uint?> Uint32Field { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 100 Uint32Field = 0, in SingularWrappers_DefaultNonNullValues() 118 Uint32Field = 3, in SingularWrappers_NonDefaultValues() 188 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappers()
|