Lines Matching refs:GetHashCode
1890 public override int GetHashCode() { in GetHashCode() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
1892 if (OptionalInt32 != 0) hash ^= OptionalInt32.GetHashCode(); in GetHashCode()
1893 if (OptionalInt64 != 0L) hash ^= OptionalInt64.GetHashCode(); in GetHashCode()
1894 if (OptionalUint32 != 0) hash ^= OptionalUint32.GetHashCode(); in GetHashCode()
1895 if (OptionalUint64 != 0UL) hash ^= OptionalUint64.GetHashCode(); in GetHashCode()
1896 if (OptionalSint32 != 0) hash ^= OptionalSint32.GetHashCode(); in GetHashCode()
1897 if (OptionalSint64 != 0L) hash ^= OptionalSint64.GetHashCode(); in GetHashCode()
1898 if (OptionalFixed32 != 0) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
1899 if (OptionalFixed64 != 0UL) hash ^= OptionalFixed64.GetHashCode(); in GetHashCode()
1900 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
1901 if (OptionalSfixed64 != 0L) hash ^= OptionalSfixed64.GetHashCode(); in GetHashCode()
1902 …F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(OptionalFloat); in GetHashCode()
1903 …) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OptionalDouble); in GetHashCode()
1904 if (OptionalBool != false) hash ^= OptionalBool.GetHashCode(); in GetHashCode()
1905 if (OptionalString.Length != 0) hash ^= OptionalString.GetHashCode(); in GetHashCode()
1906 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()
1907 if (optionalNestedMessage_ != null) hash ^= OptionalNestedMessage.GetHashCode(); in GetHashCode()
1908 if (optionalForeignMessage_ != null) hash ^= OptionalForeignMessage.GetHashCode(); in GetHashCode()
1909 …tMessages.Proto3.TestAllTypesProto3.Types.NestedEnum.Foo) hash ^= OptionalNestedEnum.GetHashCode(); in GetHashCode()
1910 …bal::ProtobufTestMessages.Proto3.ForeignEnum.ForeignFoo) hash ^= OptionalForeignEnum.GetHashCode(); in GetHashCode()
1911 …es.Proto3.TestAllTypesProto3.Types.AliasedEnum.AliasFoo) hash ^= OptionalAliasedEnum.GetHashCode(); in GetHashCode()
1912 if (OptionalStringPiece.Length != 0) hash ^= OptionalStringPiece.GetHashCode(); in GetHashCode()
1913 if (OptionalCord.Length != 0) hash ^= OptionalCord.GetHashCode(); in GetHashCode()
1914 if (recursiveMessage_ != null) hash ^= RecursiveMessage.GetHashCode(); in GetHashCode()
1915 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
1916 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
1917 hash ^= repeatedUint32_.GetHashCode(); in GetHashCode()
1918 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
1919 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
1920 hash ^= repeatedSint64_.GetHashCode(); in GetHashCode()
1921 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
1922 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
1923 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
1924 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
1925 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
1926 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
1927 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
1928 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
1929 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
1930 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
1931 hash ^= repeatedForeignMessage_.GetHashCode(); in GetHashCode()
1932 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
1933 hash ^= repeatedForeignEnum_.GetHashCode(); in GetHashCode()
1934 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
1935 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
1936 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
1937 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
1938 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
1939 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
1940 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
1941 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
1942 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
1943 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
1944 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
1945 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
1946 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
1947 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
1948 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
1949 hash ^= MapStringString.GetHashCode(); in GetHashCode()
1950 hash ^= MapStringBytes.GetHashCode(); in GetHashCode()
1951 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()
1952 hash ^= MapStringForeignMessage.GetHashCode(); in GetHashCode()
1953 hash ^= MapStringNestedEnum.GetHashCode(); in GetHashCode()
1954 hash ^= MapStringForeignEnum.GetHashCode(); in GetHashCode()
1955 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
1956 …neofFieldCase_ == OneofFieldOneofCase.OneofNestedMessage) hash ^= OneofNestedMessage.GetHashCode(); in GetHashCode()
1957 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
1958 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
1959 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBool) hash ^= OneofBool.GetHashCode(); in GetHashCode()
1960 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint64) hash ^= OneofUint64.GetHashCode(); in GetHashCode()
1961 …loat) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(OneofFloat); in GetHashCode()
1962 …ble) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OneofDouble); in GetHashCode()
1963 if (oneofFieldCase_ == OneofFieldOneofCase.OneofEnum) hash ^= OneofEnum.GetHashCode(); in GetHashCode()
1964 if (optionalBoolWrapper_ != null) hash ^= OptionalBoolWrapper.GetHashCode(); in GetHashCode()
1965 if (optionalInt32Wrapper_ != null) hash ^= OptionalInt32Wrapper.GetHashCode(); in GetHashCode()
1966 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
1967 if (optionalUint32Wrapper_ != null) hash ^= OptionalUint32Wrapper.GetHashCode(); in GetHashCode()
1968 if (optionalUint64Wrapper_ != null) hash ^= OptionalUint64Wrapper.GetHashCode(); in GetHashCode()
1969 …= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(OptionalFloatWr… in GetHashCode()
1970 …= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(OptionalDoubleW… in GetHashCode()
1971 if (optionalStringWrapper_ != null) hash ^= OptionalStringWrapper.GetHashCode(); in GetHashCode()
1972 if (optionalBytesWrapper_ != null) hash ^= OptionalBytesWrapper.GetHashCode(); in GetHashCode()
1973 hash ^= repeatedBoolWrapper_.GetHashCode(); in GetHashCode()
1974 hash ^= repeatedInt32Wrapper_.GetHashCode(); in GetHashCode()
1975 hash ^= repeatedInt64Wrapper_.GetHashCode(); in GetHashCode()
1976 hash ^= repeatedUint32Wrapper_.GetHashCode(); in GetHashCode()
1977 hash ^= repeatedUint64Wrapper_.GetHashCode(); in GetHashCode()
1978 hash ^= repeatedFloatWrapper_.GetHashCode(); in GetHashCode()
1979 hash ^= repeatedDoubleWrapper_.GetHashCode(); in GetHashCode()
1980 hash ^= repeatedStringWrapper_.GetHashCode(); in GetHashCode()
1981 hash ^= repeatedBytesWrapper_.GetHashCode(); in GetHashCode()
1982 if (optionalDuration_ != null) hash ^= OptionalDuration.GetHashCode(); in GetHashCode()
1983 if (optionalTimestamp_ != null) hash ^= OptionalTimestamp.GetHashCode(); in GetHashCode()
1984 if (optionalFieldMask_ != null) hash ^= OptionalFieldMask.GetHashCode(); in GetHashCode()
1985 if (optionalStruct_ != null) hash ^= OptionalStruct.GetHashCode(); in GetHashCode()
1986 if (optionalAny_ != null) hash ^= OptionalAny.GetHashCode(); in GetHashCode()
1987 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
1988 hash ^= repeatedDuration_.GetHashCode(); in GetHashCode()
1989 hash ^= repeatedTimestamp_.GetHashCode(); in GetHashCode()
1990 hash ^= repeatedFieldmask_.GetHashCode(); in GetHashCode()
1991 hash ^= repeatedStruct_.GetHashCode(); in GetHashCode()
1992 hash ^= repeatedAny_.GetHashCode(); in GetHashCode()
1993 hash ^= repeatedValue_.GetHashCode(); in GetHashCode()
1994 hash ^= repeatedListValue_.GetHashCode(); in GetHashCode()
1995 if (Fieldname1 != 0) hash ^= Fieldname1.GetHashCode(); in GetHashCode()
1996 if (FieldName2 != 0) hash ^= FieldName2.GetHashCode(); in GetHashCode()
1997 if (FieldName3 != 0) hash ^= FieldName3.GetHashCode(); in GetHashCode()
1998 if (FieldName4 != 0) hash ^= FieldName4.GetHashCode(); in GetHashCode()
1999 if (Field0Name5 != 0) hash ^= Field0Name5.GetHashCode(); in GetHashCode()
2000 if (Field0Name6 != 0) hash ^= Field0Name6.GetHashCode(); in GetHashCode()
2001 if (FieldName7 != 0) hash ^= FieldName7.GetHashCode(); in GetHashCode()
2002 if (FieldName8 != 0) hash ^= FieldName8.GetHashCode(); in GetHashCode()
2003 if (FieldName9 != 0) hash ^= FieldName9.GetHashCode(); in GetHashCode()
2004 if (FieldName10 != 0) hash ^= FieldName10.GetHashCode(); in GetHashCode()
2005 if (FIELDNAME11 != 0) hash ^= FIELDNAME11.GetHashCode(); in GetHashCode()
2006 if (FIELDName12 != 0) hash ^= FIELDName12.GetHashCode(); in GetHashCode()
2007 if (FieldName13 != 0) hash ^= FieldName13.GetHashCode(); in GetHashCode()
2008 if (FieldName14 != 0) hash ^= FieldName14.GetHashCode(); in GetHashCode()
2009 if (FieldName15 != 0) hash ^= FieldName15.GetHashCode(); in GetHashCode()
2010 if (FieldName16 != 0) hash ^= FieldName16.GetHashCode(); in GetHashCode()
2011 if (FieldName17 != 0) hash ^= FieldName17.GetHashCode(); in GetHashCode()
2012 if (FieldName18 != 0) hash ^= FieldName18.GetHashCode(); in GetHashCode()
2015 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3579 public override int GetHashCode() { in GetHashCode() method in ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage
3581 if (A != 0) hash ^= A.GetHashCode(); in GetHashCode()
3582 if (corecursive_ != null) hash ^= Corecursive.GetHashCode(); in GetHashCode()
3584 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3734 public override int GetHashCode() { in GetHashCode() method in ProtobufTestMessages.Proto3.ForeignMessage
3736 if (C != 0) hash ^= C.GetHashCode(); in GetHashCode()
3738 hash ^= _unknownFields.GetHashCode(); in GetHashCode()