Lines Matching refs:GetHashCode

126     public override int GetHashCode() {  in GetHashCode()  method in UnitTest.Issues.TestProtos.Issue307
204 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
282 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
402 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
404 if (Value != 0) hash ^= Value.GetHashCode(); in GetHashCode()
405 hash ^= values_.GetHashCode(); in GetHashCode()
406 hash ^= packedValues_.GetHashCode(); in GetHashCode()
511 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedChild
662 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
664 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode(); in GetHashCode()
665 hash ^= primitiveArray_.GetHashCode(); in GetHashCode()
666 if (messageValue_ != null) hash ^= MessageValue.GetHashCode(); in GetHashCode()
667 hash ^= messageArray_.GetHashCode(); in GetHashCode()
668 if (EnumValue != 0) hash ^= EnumValue.GetHashCode(); in GetHashCode()
669 hash ^= enumArray_.GetHashCode(); in GetHashCode()
830 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ItemField
832 if (Item != 0) hash ^= Item.GetHashCode(); in GetHashCode()
945 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ReservedNames
947 if (Types_ != 0) hash ^= Types_.GetHashCode(); in GetHashCode()
948 if (Descriptor_ != 0) hash ^= Descriptor_.GetHashCode(); in GetHashCode()
1056 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1271 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1273 if (PlainInt32 != 0) hash ^= PlainInt32.GetHashCode(); in GetHashCode()
1274 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode(); in GetHashCode()
1275 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1276 if (PlainString.Length != 0) hash ^= PlainString.GetHashCode(); in GetHashCode()
1277 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()
1278 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode(); in GetHashCode()
1484 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.TestJsonName
1486 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
1487 if (Description.Length != 0) hash ^= Description.GetHashCode(); in GetHashCode()
1488 if (Guid.Length != 0) hash ^= Guid.GetHashCode(); in GetHashCode()