Searched refs:Int32Field (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 52 Assert.IsNull(message.Int32Field); in NullIsDefault() 68 Int32Field = 1, in NonDefaultSingleValues() 82 Assert.AreEqual(1, parsed.Int32Field); in NonDefaultSingleValues() 98 Int32Field = 0, in NonNullDefaultIsPreservedThroughSerialization() 112 Assert.AreEqual(0, parsed.Int32Field); in NonNullDefaultIsPreservedThroughSerialization() 123 Assert.Throws<ArgumentNullException>(() => message.Int32Field.Add((int?) null)); in RepeatedWrappersProhibitNullItems() 137 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappersSerializeDeserialize() 170 var message = new RepeatedWellKnownTypes { Int32Field = { 5, 0 } }; in RepeatedWrappersBinaryFormat() 190 Int32Field = { { 5, int.MaxValue }, { 6, int.MinValue }, { 7, 0 } }, in MapWrappersSerializeDeserialize() 215 Int32Field = 1, in Reflection_SingleValues() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 217 Int32Field = other.Int32Field; in TestWellKnownTypes() 382 public int? Int32Field { property in Google.Protobuf.TestProtos.TestWellKnownTypes 477 if (Int32Field != other.Int32Field) return false; in Equals() 502 if (int32Field_ != null) hash ^= Int32Field.GetHashCode(); in GetHashCode() 567 _single_int32Field_codec.WriteTagAndValue(output, Int32Field); in WriteTo() 630 size += _single_int32Field_codec.CalculateSizeWithTag(Int32Field); in CalculateSize() 730 if (int32Field_ == null || other.Int32Field != 0) { in MergeFrom() 731 Int32Field = other.Int32Field; in MergeFrom() 864 Int32Field = value; in MergeFrom() 1100 public pbc::RepeatedField<int?> Int32Field { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 265 Int32Field = 0, in WrapperFormatting_Single() 284 var message = new TestWellKnownTypes { Int32Field = 10 }; in WrapperFormatting_IncludeNull()
|
D | JsonParserTest.cs | 98 Int32Field = 0, in SingularWrappers_DefaultNonNullValues() 116 Int32Field = 1, in SingularWrappers_NonDefaultValues() 185 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappers()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 142 repeated int32 Int32Field = 21; // NO_PROTO3 field
|