• Home
  • Raw
  • Download

Lines Matching refs:GetHashCode

141     public override int GetHashCode() {  in GetHashCode()  method in UnitTest.Issues.TestProtos.Issue307
144 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
244 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
247 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
347 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
350 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
495 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
497 … if (Value != global::UnitTest.Issues.TestProtos.NegativeEnum.Zero) hash ^= Value.GetHashCode(); in GetHashCode()
498 hash ^= values_.GetHashCode(); in GetHashCode()
499 hash ^= packedValues_.GetHashCode(); in GetHashCode()
501 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
629 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedChild
632 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
811 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
813 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode(); in GetHashCode()
814 hash ^= primitiveArray_.GetHashCode(); in GetHashCode()
815 if (messageValue_ != null) hash ^= MessageValue.GetHashCode(); in GetHashCode()
816 hash ^= messageArray_.GetHashCode(); in GetHashCode()
817 … global::UnitTest.Issues.TestProtos.DeprecatedEnum.DeprecatedZero) hash ^= EnumValue.GetHashCode(); in GetHashCode()
818 hash ^= enumArray_.GetHashCode(); in GetHashCode()
820 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1005 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ItemField
1007 if (Item != 0) hash ^= Item.GetHashCode(); in GetHashCode()
1009 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1147 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ReservedNames
1149 if (Types_ != 0) hash ^= Types_.GetHashCode(); in GetHashCode()
1150 if (Descriptor_ != 0) hash ^= Descriptor_.GetHashCode(); in GetHashCode()
1152 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1283 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1286 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1533 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1535 if (PlainInt32 != 0) hash ^= PlainInt32.GetHashCode(); in GetHashCode()
1536 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode(); in GetHashCode()
1537 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1538 if (PlainString.Length != 0) hash ^= PlainString.GetHashCode(); in GetHashCode()
1539 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()
1540 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode(); in GetHashCode()
1544 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1774 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.TestJsonName
1776 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
1777 if (Description.Length != 0) hash ^= Description.GetHashCode(); in GetHashCode()
1778 if (Guid.Length != 0) hash ^= Guid.GetHashCode(); in GetHashCode()
1780 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1978 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.OneofMerging
1980 if (valueCase_ == ValueOneofCase.Text) hash ^= Text.GetHashCode(); in GetHashCode()
1981 if (valueCase_ == ValueOneofCase.Nested) hash ^= Nested.GetHashCode(); in GetHashCode()
1984 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2149 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
2151 if (X != 0) hash ^= X.GetHashCode(); in GetHashCode()
2152 if (Y != 0) hash ^= Y.GetHashCode(); in GetHashCode()
2154 hash ^= _unknownFields.GetHashCode(); in GetHashCode()