Searched refs:DeprecatedInt32 (Results 1 – 1 of 1) sorted by relevance
1945 public int DeprecatedInt32 { property in Google.Protobuf.TestProtos.TestDeprecatedFields1965 if (DeprecatedInt32 != other.DeprecatedInt32) return false; in Equals()1972 if (DeprecatedInt32 != 0) hash ^= DeprecatedInt32.GetHashCode(); in GetHashCode()1983 if (DeprecatedInt32 != 0) { in WriteTo()1985 output.WriteInt32(DeprecatedInt32); in WriteTo()1992 if (DeprecatedInt32 != 0) { in CalculateSize()1993 size += 1 + pb::CodedOutputStream.ComputeInt32Size(DeprecatedInt32); in CalculateSize()2003 if (other.DeprecatedInt32 != 0) { in MergeFrom()2004 DeprecatedInt32 = other.DeprecatedInt32; in MergeFrom()2017 DeprecatedInt32 = input.ReadInt32(); in MergeFrom()