Lines Matching refs:GetHashCode
327 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceRequest
329 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
330 if (payloadCase_ == PayloadOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
331 if (RequestedOutputFormat != 0) hash ^= RequestedOutputFormat.GetHashCode(); in GetHashCode()
593 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceResponse
595 if (resultCase_ == ResultOneofCase.ParseError) hash ^= ParseError.GetHashCode(); in GetHashCode()
596 if (resultCase_ == ResultOneofCase.SerializeError) hash ^= SerializeError.GetHashCode(); in GetHashCode()
597 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode(); in GetHashCode()
598 if (resultCase_ == ResultOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
599 if (resultCase_ == ResultOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
600 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
2063 public override int GetHashCode() { in GetHashCode() method in Conformance.TestAllTypes
2065 if (OptionalInt32 != 0) hash ^= OptionalInt32.GetHashCode(); in GetHashCode()
2066 if (OptionalInt64 != 0L) hash ^= OptionalInt64.GetHashCode(); in GetHashCode()
2067 if (OptionalUint32 != 0) hash ^= OptionalUint32.GetHashCode(); in GetHashCode()
2068 if (OptionalUint64 != 0UL) hash ^= OptionalUint64.GetHashCode(); in GetHashCode()
2069 if (OptionalSint32 != 0) hash ^= OptionalSint32.GetHashCode(); in GetHashCode()
2070 if (OptionalSint64 != 0L) hash ^= OptionalSint64.GetHashCode(); in GetHashCode()
2071 if (OptionalFixed32 != 0) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
2072 if (OptionalFixed64 != 0UL) hash ^= OptionalFixed64.GetHashCode(); in GetHashCode()
2073 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
2074 if (OptionalSfixed64 != 0L) hash ^= OptionalSfixed64.GetHashCode(); in GetHashCode()
2075 if (OptionalFloat != 0F) hash ^= OptionalFloat.GetHashCode(); in GetHashCode()
2076 if (OptionalDouble != 0D) hash ^= OptionalDouble.GetHashCode(); in GetHashCode()
2077 if (OptionalBool != false) hash ^= OptionalBool.GetHashCode(); in GetHashCode()
2078 if (OptionalString.Length != 0) hash ^= OptionalString.GetHashCode(); in GetHashCode()
2079 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()
2080 if (optionalNestedMessage_ != null) hash ^= OptionalNestedMessage.GetHashCode(); in GetHashCode()
2081 if (optionalForeignMessage_ != null) hash ^= OptionalForeignMessage.GetHashCode(); in GetHashCode()
2082 if (OptionalNestedEnum != 0) hash ^= OptionalNestedEnum.GetHashCode(); in GetHashCode()
2083 if (OptionalForeignEnum != 0) hash ^= OptionalForeignEnum.GetHashCode(); in GetHashCode()
2084 if (OptionalStringPiece.Length != 0) hash ^= OptionalStringPiece.GetHashCode(); in GetHashCode()
2085 if (OptionalCord.Length != 0) hash ^= OptionalCord.GetHashCode(); in GetHashCode()
2086 if (recursiveMessage_ != null) hash ^= RecursiveMessage.GetHashCode(); in GetHashCode()
2087 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2088 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
2089 hash ^= repeatedUint32_.GetHashCode(); in GetHashCode()
2090 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
2091 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
2092 hash ^= repeatedSint64_.GetHashCode(); in GetHashCode()
2093 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
2094 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
2095 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
2096 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
2097 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
2098 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
2099 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
2100 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
2101 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
2102 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
2103 hash ^= repeatedForeignMessage_.GetHashCode(); in GetHashCode()
2104 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
2105 hash ^= repeatedForeignEnum_.GetHashCode(); in GetHashCode()
2106 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2107 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
2108 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
2109 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
2110 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
2111 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
2112 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
2113 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
2114 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
2115 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
2116 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
2117 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
2118 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
2119 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
2120 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
2121 hash ^= MapStringString.GetHashCode(); in GetHashCode()
2122 hash ^= MapStringBytes.GetHashCode(); in GetHashCode()
2123 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()
2124 hash ^= MapStringForeignMessage.GetHashCode(); in GetHashCode()
2125 hash ^= MapStringNestedEnum.GetHashCode(); in GetHashCode()
2126 hash ^= MapStringForeignEnum.GetHashCode(); in GetHashCode()
2127 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
2128 …neofFieldCase_ == OneofFieldOneofCase.OneofNestedMessage) hash ^= OneofNestedMessage.GetHashCode(); in GetHashCode()
2129 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
2130 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
2131 if (optionalBoolWrapper_ != null) hash ^= OptionalBoolWrapper.GetHashCode(); in GetHashCode()
2132 if (optionalInt32Wrapper_ != null) hash ^= OptionalInt32Wrapper.GetHashCode(); in GetHashCode()
2133 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2134 if (optionalUint32Wrapper_ != null) hash ^= OptionalUint32Wrapper.GetHashCode(); in GetHashCode()
2135 if (optionalUint64Wrapper_ != null) hash ^= OptionalUint64Wrapper.GetHashCode(); in GetHashCode()
2136 if (optionalFloatWrapper_ != null) hash ^= OptionalFloatWrapper.GetHashCode(); in GetHashCode()
2137 if (optionalDoubleWrapper_ != null) hash ^= OptionalDoubleWrapper.GetHashCode(); in GetHashCode()
2138 if (optionalStringWrapper_ != null) hash ^= OptionalStringWrapper.GetHashCode(); in GetHashCode()
2139 if (optionalBytesWrapper_ != null) hash ^= OptionalBytesWrapper.GetHashCode(); in GetHashCode()
2140 hash ^= repeatedBoolWrapper_.GetHashCode(); in GetHashCode()
2141 hash ^= repeatedInt32Wrapper_.GetHashCode(); in GetHashCode()
2142 hash ^= repeatedInt64Wrapper_.GetHashCode(); in GetHashCode()
2143 hash ^= repeatedUint32Wrapper_.GetHashCode(); in GetHashCode()
2144 hash ^= repeatedUint64Wrapper_.GetHashCode(); in GetHashCode()
2145 hash ^= repeatedFloatWrapper_.GetHashCode(); in GetHashCode()
2146 hash ^= repeatedDoubleWrapper_.GetHashCode(); in GetHashCode()
2147 hash ^= repeatedStringWrapper_.GetHashCode(); in GetHashCode()
2148 hash ^= repeatedBytesWrapper_.GetHashCode(); in GetHashCode()
2149 if (optionalDuration_ != null) hash ^= OptionalDuration.GetHashCode(); in GetHashCode()
2150 if (optionalTimestamp_ != null) hash ^= OptionalTimestamp.GetHashCode(); in GetHashCode()
2151 if (optionalFieldMask_ != null) hash ^= OptionalFieldMask.GetHashCode(); in GetHashCode()
2152 if (optionalStruct_ != null) hash ^= OptionalStruct.GetHashCode(); in GetHashCode()
2153 if (optionalAny_ != null) hash ^= OptionalAny.GetHashCode(); in GetHashCode()
2154 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2155 hash ^= repeatedDuration_.GetHashCode(); in GetHashCode()
2156 hash ^= repeatedTimestamp_.GetHashCode(); in GetHashCode()
2157 hash ^= repeatedFieldmask_.GetHashCode(); in GetHashCode()
2158 hash ^= repeatedStruct_.GetHashCode(); in GetHashCode()
2159 hash ^= repeatedAny_.GetHashCode(); in GetHashCode()
2160 hash ^= repeatedValue_.GetHashCode(); in GetHashCode()
2161 if (Fieldname1 != 0) hash ^= Fieldname1.GetHashCode(); in GetHashCode()
2162 if (FieldName2 != 0) hash ^= FieldName2.GetHashCode(); in GetHashCode()
2163 if (FieldName3 != 0) hash ^= FieldName3.GetHashCode(); in GetHashCode()
2164 if (FieldName4 != 0) hash ^= FieldName4.GetHashCode(); in GetHashCode()
2165 if (Field0Name5 != 0) hash ^= Field0Name5.GetHashCode(); in GetHashCode()
2166 if (Field0Name6 != 0) hash ^= Field0Name6.GetHashCode(); in GetHashCode()
2167 if (FieldName7 != 0) hash ^= FieldName7.GetHashCode(); in GetHashCode()
2168 if (FieldName8 != 0) hash ^= FieldName8.GetHashCode(); in GetHashCode()
2169 if (FieldName9 != 0) hash ^= FieldName9.GetHashCode(); in GetHashCode()
2170 if (FieldName10 != 0) hash ^= FieldName10.GetHashCode(); in GetHashCode()
2171 if (FIELDNAME11 != 0) hash ^= FIELDNAME11.GetHashCode(); in GetHashCode()
2172 if (FIELDName12 != 0) hash ^= FIELDName12.GetHashCode(); in GetHashCode()
3524 public override int GetHashCode() { in GetHashCode() method in Conformance.TestAllTypes.Types.NestedMessage
3526 if (A != 0) hash ^= A.GetHashCode(); in GetHashCode()
3527 if (corecursive_ != null) hash ^= Corecursive.GetHashCode(); in GetHashCode()
3653 public override int GetHashCode() { in GetHashCode() method in Conformance.ForeignMessage
3655 if (C != 0) hash ^= C.GetHashCode(); in GetHashCode()