Searched refs:ReallySmallInt32 (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 708 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues), global::Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues.Parser, new[]{ "EscapedBytes", "LargeUint32", "LargeUint64", "SmallInt32", "SmallInt64", "ReallySmallInt32", "ReallySmallInt64", "Utf8String", "ZeroFloat", "OneFloat", "SmallFloat", "NegativeOneFloat", "NegativeFloat", "LargeFloat", "SmallNegativeFloat", "InfDouble", "NegInfDouble", "NanDouble", "InfFloat", "NegInfFloat", "NanFloat", "CppTrigraph", "StringWithZero", "BytesWithZero", "StringPieceWithZero", "CordWithZero", "ReplacementString" }, null, null, null, null), in UnittestReflection() 15919 public int ReallySmallInt32 { property in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues 16476 if (ReallySmallInt32 != other.ReallySmallInt32) return false; in Equals() 16509 if (HasReallySmallInt32) hash ^= ReallySmallInt32.GetHashCode(); in GetHashCode() 16629 output.WriteInt32(ReallySmallInt32); in WriteTo() 16746 output.WriteInt32(ReallySmallInt32); in IBufferMessage.InternalWriteTo() 16797 size += 2 + pb::CodedOutputStream.ComputeInt32Size(ReallySmallInt32); in CalculateSize() 16889 ReallySmallInt32 = other.ReallySmallInt32; in MergeFrom() [all...] |
Completed in 34 milliseconds