Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1847 public int DeprecatedInt32 { property in Google.Protobuf.TestProtos.TestDeprecatedFields
1865 if (DeprecatedInt32 != other.DeprecatedInt32) return false; in Equals()
1871 if (DeprecatedInt32 != 0) hash ^= DeprecatedInt32.GetHashCode(); in GetHashCode()
1880 if (DeprecatedInt32 != 0) { in WriteTo()
1882 output.WriteInt32(DeprecatedInt32); in WriteTo()
1888 if (DeprecatedInt32 != 0) { in CalculateSize()
1889 size += 1 + pb::CodedOutputStream.ComputeInt32Size(DeprecatedInt32); in CalculateSize()
1898 if (other.DeprecatedInt32 != 0) { in MergeFrom()
1899 DeprecatedInt32 = other.DeprecatedInt32; in MergeFrom()
1911 DeprecatedInt32 = input.ReadInt32(); in MergeFrom()