• Home
  • Raw
  • Download

Lines Matching refs:GetHashCode

954     public override int GetHashCode() {  in GetHashCode()  method in Google.Protobuf.TestProtos.TestAllTypes
956 if (SingleInt32 != 0) hash ^= SingleInt32.GetHashCode(); in GetHashCode()
957 if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); in GetHashCode()
958 if (SingleUint32 != 0) hash ^= SingleUint32.GetHashCode(); in GetHashCode()
959 if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); in GetHashCode()
960 if (SingleSint32 != 0) hash ^= SingleSint32.GetHashCode(); in GetHashCode()
961 if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); in GetHashCode()
962 if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); in GetHashCode()
963 if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); in GetHashCode()
964 if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); in GetHashCode()
965 if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode(); in GetHashCode()
966 … 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(SingleFloat); in GetHashCode()
967 …0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(SingleDouble); in GetHashCode()
968 if (SingleBool != false) hash ^= SingleBool.GetHashCode(); in GetHashCode()
969 if (SingleString.Length != 0) hash ^= SingleString.GetHashCode(); in GetHashCode()
970 if (SingleBytes.Length != 0) hash ^= SingleBytes.GetHashCode(); in GetHashCode()
971 if (singleNestedMessage_ != null) hash ^= SingleNestedMessage.GetHashCode(); in GetHashCode()
972 if (singleForeignMessage_ != null) hash ^= SingleForeignMessage.GetHashCode(); in GetHashCode()
973 if (singleImportMessage_ != null) hash ^= SingleImportMessage.GetHashCode(); in GetHashCode()
974 …tobuf.TestProtos.TestAllTypes.Types.NestedEnum.Unspecified) hash ^= SingleNestedEnum.GetHashCode(); in GetHashCode()
975 …Google.Protobuf.TestProtos.ForeignEnum.ForeignUnspecified) hash ^= SingleForeignEnum.GetHashCode(); in GetHashCode()
976 … global::Google.Protobuf.TestProtos.ImportEnum.Unspecified) hash ^= SingleImportEnum.GetHashCode(); in GetHashCode()
977 if (singlePublicImportMessage_ != null) hash ^= SinglePublicImportMessage.GetHashCode(); in GetHashCode()
978 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
979 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
980 hash ^= repeatedUint32_.GetHashCode(); in GetHashCode()
981 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
982 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
983 hash ^= repeatedSint64_.GetHashCode(); in GetHashCode()
984 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
985 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
986 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
987 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
988 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
989 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
990 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
991 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
992 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
993 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
994 hash ^= repeatedForeignMessage_.GetHashCode(); in GetHashCode()
995 hash ^= repeatedImportMessage_.GetHashCode(); in GetHashCode()
996 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
997 hash ^= repeatedForeignEnum_.GetHashCode(); in GetHashCode()
998 hash ^= repeatedImportEnum_.GetHashCode(); in GetHashCode()
999 hash ^= repeatedPublicImportMessage_.GetHashCode(); in GetHashCode()
1000 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
1001 …neofFieldCase_ == OneofFieldOneofCase.OneofNestedMessage) hash ^= OneofNestedMessage.GetHashCode(); in GetHashCode()
1002 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
1003 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
1006 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1704 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
1706 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
1708 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1866 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.NestedTestAllTypes
1868 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()
1869 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
1870 hash ^= repeatedChild_.GetHashCode(); in GetHashCode()
1872 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2031 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2033 if (DeprecatedInt32 != 0) hash ^= DeprecatedInt32.GetHashCode(); in GetHashCode()
2035 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2164 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.ForeignMessage
2166 if (C != 0) hash ^= C.GetHashCode(); in GetHashCode()
2168 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2280 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestReservedFields
2283 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2397 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestForeignNested
2399 if (foreignNested_ != null) hash ^= ForeignNested.GetHashCode(); in GetHashCode()
2401 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2552 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
2554 if (A != 0) hash ^= A.GetHashCode(); in GetHashCode()
2555 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
2557 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2709 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestRecursiveMessage
2711 if (a_ != null) hash ^= A.GetHashCode(); in GetHashCode()
2712 if (I != 0) hash ^= I.GetHashCode(); in GetHashCode()
2714 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2862 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMutualRecursionA
2864 if (bb_ != null) hash ^= Bb.GetHashCode(); in GetHashCode()
2866 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3010 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMutualRecursionB
3012 if (a_ != null) hash ^= A.GetHashCode(); in GetHashCode()
3013 if (OptionalInt32 != 0) hash ^= OptionalInt32.GetHashCode(); in GetHashCode()
3015 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3160 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestEnumAllowAlias
3162 …= global::Google.Protobuf.TestProtos.TestEnumWithDupValue.Unspecified) hash ^= Value.GetHashCode(); in GetHashCode()
3164 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3380 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3382 if (PrimitiveField != 0) hash ^= PrimitiveField.GetHashCode(); in GetHashCode()
3383 if (StringField.Length != 0) hash ^= StringField.GetHashCode(); in GetHashCode()
3384 …global::Google.Protobuf.TestProtos.ForeignEnum.ForeignUnspecified) hash ^= EnumField.GetHashCode(); in GetHashCode()
3385 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode()
3386 hash ^= repeatedPrimitiveField_.GetHashCode(); in GetHashCode()
3387 hash ^= repeatedStringField_.GetHashCode(); in GetHashCode()
3388 hash ^= repeatedEnumField_.GetHashCode(); in GetHashCode()
3389 hash ^= repeatedMessageField_.GetHashCode(); in GetHashCode()
3391 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3637 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestFieldOrderings
3639 if (MyString.Length != 0) hash ^= MyString.GetHashCode(); in GetHashCode()
3640 if (MyInt != 0L) hash ^= MyInt.GetHashCode(); in GetHashCode()
3641 …t != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(MyFloat); in GetHashCode()
3642 if (singleNestedMessage_ != null) hash ^= SingleNestedMessage.GetHashCode(); in GetHashCode()
3644 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3837 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
3839 if (Oo != 0L) hash ^= Oo.GetHashCode(); in GetHashCode()
3840 if (Bb != 0) hash ^= Bb.GetHashCode(); in GetHashCode()
3842 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3986 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.SparseEnumMessage
3988 …!= global::Google.Protobuf.TestProtos.TestSparseEnum.Unspecified) hash ^= SparseEnum.GetHashCode(); in GetHashCode()
3990 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4118 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.OneString
4120 if (Data.Length != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4122 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4246 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MoreString
4248 hash ^= data_.GetHashCode(); in GetHashCode()
4250 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4368 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.OneBytes
4370 if (Data.Length != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4372 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4497 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MoreBytes
4499 if (Data.Length != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4501 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4629 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Int32Message
4631 if (Data != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4633 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4758 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Uint32Message
4760 if (Data != 0) hash ^= Data.GetHashCode(); in GetHashCode()
4762 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4887 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Int64Message
4889 if (Data != 0L) hash ^= Data.GetHashCode(); in GetHashCode()
4891 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5016 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.Uint64Message
5018 if (Data != 0UL) hash ^= Data.GetHashCode(); in GetHashCode()
5020 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5145 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.BoolMessage
5147 if (Data != false) hash ^= Data.GetHashCode(); in GetHashCode()
5149 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5333 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestOneof
5335 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()
5336 if (fooCase_ == FooOneofCase.FooString) hash ^= FooString.GetHashCode(); in GetHashCode()
5337 if (fooCase_ == FooOneofCase.FooMessage) hash ^= FooMessage.GetHashCode(); in GetHashCode()
5340 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5659 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestPackedTypes
5661 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
5662 hash ^= packedInt64_.GetHashCode(); in GetHashCode()
5663 hash ^= packedUint32_.GetHashCode(); in GetHashCode()
5664 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
5665 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
5666 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
5667 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
5668 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
5669 hash ^= packedSfixed32_.GetHashCode(); in GetHashCode()
5670 hash ^= packedSfixed64_.GetHashCode(); in GetHashCode()
5671 hash ^= packedFloat_.GetHashCode(); in GetHashCode()
5672 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
5673 hash ^= packedBool_.GetHashCode(); in GetHashCode()
5674 hash ^= packedEnum_.GetHashCode(); in GetHashCode()
5676 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6058 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestUnpackedTypes
6060 hash ^= unpackedInt32_.GetHashCode(); in GetHashCode()
6061 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
6062 hash ^= unpackedUint32_.GetHashCode(); in GetHashCode()
6063 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
6064 hash ^= unpackedSint32_.GetHashCode(); in GetHashCode()
6065 hash ^= unpackedSint64_.GetHashCode(); in GetHashCode()
6066 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
6067 hash ^= unpackedFixed64_.GetHashCode(); in GetHashCode()
6068 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
6069 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
6070 hash ^= unpackedFloat_.GetHashCode(); in GetHashCode()
6071 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
6072 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
6073 hash ^= unpackedEnum_.GetHashCode(); in GetHashCode()
6075 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6371 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
6373 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
6374 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
6375 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
6376 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
6377 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
6378 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
6380 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6542 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestCommentInjectionMessage
6544 if (A.Length != 0) hash ^= A.GetHashCode(); in GetHashCode()
6546 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6661 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooRequest
6664 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6762 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooResponse
6765 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6863 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooClientMessage
6866 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6964 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.FooServerMessage
6967 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7065 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.BarRequest
7068 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7166 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.BarResponse
7169 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7267 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestEmptyMessage
7270 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7387 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.CommentMessage
7389 if (Text.Length != 0) hash ^= Text.GetHashCode(); in GetHashCode()
7391 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7534 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.CommentMessage.Types.NestedCommentMessage
7536 if (NestedText.Length != 0) hash ^= NestedText.GetHashCode(); in GetHashCode()
7538 hash ^= _unknownFields.GetHashCode(); in GetHashCode()