Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs3289 public long MyInt { property in Google.Protobuf.TestProtos.TestFieldOrderings
3332 if (MyInt != other.MyInt) return false; in Equals()
3342 if (MyInt != 0L) hash ^= MyInt.GetHashCode(); in GetHashCode()
3355 if (MyInt != 0L) { in WriteTo()
3357 output.WriteInt64(MyInt); in WriteTo()
3379 if (MyInt != 0L) { in CalculateSize()
3380 size += 1 + pb::CodedOutputStream.ComputeInt64Size(MyInt); in CalculateSize()
3399 if (other.MyInt != 0L) { in MergeFrom()
3400 MyInt = other.MyInt; in MergeFrom()
3422 MyInt = input.ReadInt64(); in MergeFrom()