Lines Matching refs:GetHashCode
875 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestAllTypes
877 if (SingleInt32 != 0) hash ^= SingleInt32.GetHashCode(); in GetHashCode()
878 if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); in GetHashCode()
879 if (SingleUint32 != 0) hash ^= SingleUint32.GetHashCode(); in GetHashCode()
880 if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); in GetHashCode()
881 if (SingleSint32 != 0) hash ^= SingleSint32.GetHashCode(); in GetHashCode()
882 if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); in GetHashCode()
883 if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); in GetHashCode()
884 if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); in GetHashCode()
885 if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); in GetHashCode()
886 if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode(); in GetHashCode()
887 if (SingleFloat != 0F) hash ^= SingleFloat.GetHashCode(); in GetHashCode()
888 if (SingleDouble != 0D) hash ^= SingleDouble.GetHashCode(); in GetHashCode()
889 if (SingleBool != false) hash ^= SingleBool.GetHashCode(); in GetHashCode()
890 if (SingleString.Length != 0) hash ^= SingleString.GetHashCode(); in GetHashCode()
891 if (SingleBytes.Length != 0) hash ^= SingleBytes.GetHashCode(); in GetHashCode()
892 if (singleNestedMessage_ != null) hash ^= SingleNestedMessage.GetHashCode(); in GetHashCode()
893 if (singleForeignMessage_ != null) hash ^= SingleForeignMessage.GetHashCode(); in GetHashCode()
894 if (singleImportMessage_ != null) hash ^= SingleImportMessage.GetHashCode(); in GetHashCode()
895 if (SingleNestedEnum != 0) hash ^= SingleNestedEnum.GetHashCode(); in GetHashCode()
896 if (SingleForeignEnum != 0) hash ^= SingleForeignEnum.GetHashCode(); in GetHashCode()
897 if (SingleImportEnum != 0) hash ^= SingleImportEnum.GetHashCode(); in GetHashCode()
898 if (singlePublicImportMessage_ != null) hash ^= SinglePublicImportMessage.GetHashCode(); in GetHashCode()
899 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
900 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
901 hash ^= repeatedUint32_.GetHashCode(); in GetHashCode()
902 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
903 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
904 hash ^= repeatedSint64_.GetHashCode(); in GetHashCode()
905 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
906 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
907 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
908 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
909 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
910 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
911 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
912 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
913 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
914 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
915 hash ^= repeatedForeignMessage_.GetHashCode(); in GetHashCode()
916 hash ^= repeatedImportMessage_.GetHashCode(); in GetHashCode()
917 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
918 hash ^= repeatedForeignEnum_.GetHashCode(); in GetHashCode()
919 hash ^= repeatedImportEnum_.GetHashCode(); in GetHashCode()
920 hash ^= repeatedPublicImportMessage_.GetHashCode(); in GetHashCode()
921 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
922 …neofFieldCase_ == OneofFieldOneofCase.OneofNestedMessage) hash ^= OneofNestedMessage.GetHashCode(); in GetHashCode()
923 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
924 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
1596 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
1598 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
1730 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.NestedTestAllTypes
1732 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()
1733 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
1734 hash ^= repeatedChild_.GetHashCode(); in GetHashCode()
1869 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestDeprecatedFields
1871 if (DeprecatedInt32 != 0) hash ^= DeprecatedInt32.GetHashCode(); in GetHashCode()
1976 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.ForeignMessage
1978 if (C != 0) hash ^= C.GetHashCode(); in GetHashCode()
2067 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestReservedFields
2158 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestForeignNested
2160 if (foreignNested_ != null) hash ^= ForeignNested.GetHashCode(); in GetHashCode()
2286 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
2288 if (A != 0) hash ^= A.GetHashCode(); in GetHashCode()
2289 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
2416 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestRecursiveMessage
2418 if (a_ != null) hash ^= A.GetHashCode(); in GetHashCode()
2419 if (I != 0) hash ^= I.GetHashCode(); in GetHashCode()
2543 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMutualRecursionA
2545 if (bb_ != null) hash ^= Bb.GetHashCode(); in GetHashCode()
2664 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMutualRecursionB
2666 if (a_ != null) hash ^= A.GetHashCode(); in GetHashCode()
2667 if (OptionalInt32 != 0) hash ^= OptionalInt32.GetHashCode(); in GetHashCode()
2872 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2874 if (PrimitiveField != 0) hash ^= PrimitiveField.GetHashCode(); in GetHashCode()
2875 if (StringField.Length != 0) hash ^= StringField.GetHashCode(); in GetHashCode()
2876 if (EnumField != 0) hash ^= EnumField.GetHashCode(); in GetHashCode()
2877 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode()
2878 hash ^= repeatedPrimitiveField_.GetHashCode(); in GetHashCode()
2879 hash ^= repeatedStringField_.GetHashCode(); in GetHashCode()
2880 hash ^= repeatedEnumField_.GetHashCode(); in GetHashCode()
2881 hash ^= repeatedMessageField_.GetHashCode(); in GetHashCode()
3100 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestFieldOrderings
3102 if (MyString.Length != 0) hash ^= MyString.GetHashCode(); in GetHashCode()
3103 if (MyInt != 0L) hash ^= MyInt.GetHashCode(); in GetHashCode()
3104 if (MyFloat != 0F) hash ^= MyFloat.GetHashCode(); in GetHashCode()
3105 if (singleNestedMessage_ != null) hash ^= SingleNestedMessage.GetHashCode(); in GetHashCode()
3273 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
3275 if (Oo != 0L) hash ^= Oo.GetHashCode(); in GetHashCode()
3276 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
3396 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.SparseEnumMessage
3398 if (SparseEnum != 0) hash ^= SparseEnum.GetHashCode(); in GetHashCode()
3502 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.OneString
3504 if (Data.Length != 0) hash ^= Data.GetHashCode(); in GetHashCode()
3604 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MoreString
3606 hash ^= data_.GetHashCode(); in GetHashCode()
3700 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.OneBytes
3702 if (Data.Length != 0) hash ^= Data.GetHashCode(); in GetHashCode()
3803 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MoreBytes
3805 if (Data.Length != 0) hash ^= Data.GetHashCode(); in GetHashCode()
3909 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Int32Message
3911 if (Data != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4012 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Uint32Message
4014 if (Data != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4115 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Int64Message
4117 if (Data != 0L) hash ^= Data.GetHashCode(); in GetHashCode()
4218 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Uint64Message
4220 if (Data != 0UL) hash ^= Data.GetHashCode(); in GetHashCode()
4321 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.BoolMessage
4323 if (Data != false) hash ^= Data.GetHashCode(); in GetHashCode()
4479 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestOneof
4481 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()
4482 if (fooCase_ == FooOneofCase.FooString) hash ^= FooString.GetHashCode(); in GetHashCode()
4483 if (fooCase_ == FooOneofCase.FooMessage) hash ^= FooMessage.GetHashCode(); in GetHashCode()
4763 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestPackedTypes
4765 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
4766 hash ^= packedInt64_.GetHashCode(); in GetHashCode()
4767 hash ^= packedUint32_.GetHashCode(); in GetHashCode()
4768 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
4769 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
4770 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
4771 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
4772 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
4773 hash ^= packedSfixed32_.GetHashCode(); in GetHashCode()
4774 hash ^= packedSfixed64_.GetHashCode(); in GetHashCode()
4775 hash ^= packedFloat_.GetHashCode(); in GetHashCode()
4776 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
4777 hash ^= packedBool_.GetHashCode(); in GetHashCode()
4778 hash ^= packedEnum_.GetHashCode(); in GetHashCode()
5123 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestUnpackedTypes
5125 hash ^= unpackedInt32_.GetHashCode(); in GetHashCode()
5126 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
5127 hash ^= unpackedUint32_.GetHashCode(); in GetHashCode()
5128 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
5129 hash ^= unpackedSint32_.GetHashCode(); in GetHashCode()
5130 hash ^= unpackedSint64_.GetHashCode(); in GetHashCode()
5131 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
5132 hash ^= unpackedFixed64_.GetHashCode(); in GetHashCode()
5133 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
5134 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
5135 hash ^= unpackedFloat_.GetHashCode(); in GetHashCode()
5136 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
5137 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
5138 hash ^= unpackedEnum_.GetHashCode(); in GetHashCode()
5405 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
5407 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
5408 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
5409 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
5410 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
5411 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
5412 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
5550 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestCommentInjectionMessage
5552 if (A.Length != 0) hash ^= A.GetHashCode(); in GetHashCode()
5644 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooRequest
5720 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooResponse
5796 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooClientMessage
5872 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooServerMessage
5948 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.BarRequest
6024 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.BarResponse