Lines Matching refs:MyInt
4589 public long MyInt { property in Google.Protobuf.TestProtos.TestFieldOrderings
4632 if (MyInt != other.MyInt) return false; in Equals()
4642 if (MyInt != 0L) hash ^= MyInt.GetHashCode(); in GetHashCode()
4661 if (MyInt != 0L) { in WriteTo()
4663 output.WriteInt64(MyInt); in WriteTo()
4686 if (MyInt != 0L) { in IBufferMessage.InternalWriteTo()
4688 output.WriteInt64(MyInt); in IBufferMessage.InternalWriteTo()
4714 if (MyInt != 0L) { in CalculateSize()
4715 size += 1 + pb::CodedOutputStream.ComputeInt64Size(MyInt); in CalculateSize()
4737 if (other.MyInt != 0L) { in MergeFrom()
4738 MyInt = other.MyInt; in MergeFrom()
4764 MyInt = input.ReadInt64(); in MergeFrom()
4797 MyInt = input.ReadInt64(); in IBufferMessage.InternalMergeFrom()