Lines Matching refs:GetHashCode
2257 public override int GetHashCode() { in GetHashCode() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
2259 if (OptionalInt32 != 0) hash ^= OptionalInt32.GetHashCode(); in GetHashCode()
2260 if (OptionalInt64 != 0L) hash ^= OptionalInt64.GetHashCode(); in GetHashCode()
2261 if (OptionalUint32 != 0) hash ^= OptionalUint32.GetHashCode(); in GetHashCode()
2262 if (OptionalUint64 != 0UL) hash ^= OptionalUint64.GetHashCode(); in GetHashCode()
2263 if (OptionalSint32 != 0) hash ^= OptionalSint32.GetHashCode(); in GetHashCode()
2264 if (OptionalSint64 != 0L) hash ^= OptionalSint64.GetHashCode(); in GetHashCode()
2265 if (OptionalFixed32 != 0) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
2266 if (OptionalFixed64 != 0UL) hash ^= OptionalFixed64.GetHashCode(); in GetHashCode()
2267 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
2268 if (OptionalSfixed64 != 0L) hash ^= OptionalSfixed64.GetHashCode(); in GetHashCode()
2269 …F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(OptionalFloat); in GetHashCode()
2270 …) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OptionalDouble); in GetHashCode()
2271 if (OptionalBool != false) hash ^= OptionalBool.GetHashCode(); in GetHashCode()
2272 if (OptionalString.Length != 0) hash ^= OptionalString.GetHashCode(); in GetHashCode()
2273 if (OptionalBytes.Length != 0) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()
2274 if (optionalNestedMessage_ != null) hash ^= OptionalNestedMessage.GetHashCode(); in GetHashCode()
2275 if (optionalForeignMessage_ != null) hash ^= OptionalForeignMessage.GetHashCode(); in GetHashCode()
2276 …tMessages.Proto3.TestAllTypesProto3.Types.NestedEnum.Foo) hash ^= OptionalNestedEnum.GetHashCode(); in GetHashCode()
2277 …bal::ProtobufTestMessages.Proto3.ForeignEnum.ForeignFoo) hash ^= OptionalForeignEnum.GetHashCode(); in GetHashCode()
2278 …es.Proto3.TestAllTypesProto3.Types.AliasedEnum.AliasFoo) hash ^= OptionalAliasedEnum.GetHashCode(); in GetHashCode()
2279 if (OptionalStringPiece.Length != 0) hash ^= OptionalStringPiece.GetHashCode(); in GetHashCode()
2280 if (OptionalCord.Length != 0) hash ^= OptionalCord.GetHashCode(); in GetHashCode()
2281 if (recursiveMessage_ != null) hash ^= RecursiveMessage.GetHashCode(); in GetHashCode()
2282 hash ^= repeatedInt32_.GetHashCode(); in GetHashCode()
2283 hash ^= repeatedInt64_.GetHashCode(); in GetHashCode()
2284 hash ^= repeatedUint32_.GetHashCode(); in GetHashCode()
2285 hash ^= repeatedUint64_.GetHashCode(); in GetHashCode()
2286 hash ^= repeatedSint32_.GetHashCode(); in GetHashCode()
2287 hash ^= repeatedSint64_.GetHashCode(); in GetHashCode()
2288 hash ^= repeatedFixed32_.GetHashCode(); in GetHashCode()
2289 hash ^= repeatedFixed64_.GetHashCode(); in GetHashCode()
2290 hash ^= repeatedSfixed32_.GetHashCode(); in GetHashCode()
2291 hash ^= repeatedSfixed64_.GetHashCode(); in GetHashCode()
2292 hash ^= repeatedFloat_.GetHashCode(); in GetHashCode()
2293 hash ^= repeatedDouble_.GetHashCode(); in GetHashCode()
2294 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
2295 hash ^= repeatedString_.GetHashCode(); in GetHashCode()
2296 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
2297 hash ^= repeatedNestedMessage_.GetHashCode(); in GetHashCode()
2298 hash ^= repeatedForeignMessage_.GetHashCode(); in GetHashCode()
2299 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
2300 hash ^= repeatedForeignEnum_.GetHashCode(); in GetHashCode()
2301 hash ^= repeatedStringPiece_.GetHashCode(); in GetHashCode()
2302 hash ^= repeatedCord_.GetHashCode(); in GetHashCode()
2303 hash ^= packedInt32_.GetHashCode(); in GetHashCode()
2304 hash ^= packedInt64_.GetHashCode(); in GetHashCode()
2305 hash ^= packedUint32_.GetHashCode(); in GetHashCode()
2306 hash ^= packedUint64_.GetHashCode(); in GetHashCode()
2307 hash ^= packedSint32_.GetHashCode(); in GetHashCode()
2308 hash ^= packedSint64_.GetHashCode(); in GetHashCode()
2309 hash ^= packedFixed32_.GetHashCode(); in GetHashCode()
2310 hash ^= packedFixed64_.GetHashCode(); in GetHashCode()
2311 hash ^= packedSfixed32_.GetHashCode(); in GetHashCode()
2312 hash ^= packedSfixed64_.GetHashCode(); in GetHashCode()
2313 hash ^= packedFloat_.GetHashCode(); in GetHashCode()
2314 hash ^= packedDouble_.GetHashCode(); in GetHashCode()
2315 hash ^= packedBool_.GetHashCode(); in GetHashCode()
2316 hash ^= packedNestedEnum_.GetHashCode(); in GetHashCode()
2317 hash ^= unpackedInt32_.GetHashCode(); in GetHashCode()
2318 hash ^= unpackedInt64_.GetHashCode(); in GetHashCode()
2319 hash ^= unpackedUint32_.GetHashCode(); in GetHashCode()
2320 hash ^= unpackedUint64_.GetHashCode(); in GetHashCode()
2321 hash ^= unpackedSint32_.GetHashCode(); in GetHashCode()
2322 hash ^= unpackedSint64_.GetHashCode(); in GetHashCode()
2323 hash ^= unpackedFixed32_.GetHashCode(); in GetHashCode()
2324 hash ^= unpackedFixed64_.GetHashCode(); in GetHashCode()
2325 hash ^= unpackedSfixed32_.GetHashCode(); in GetHashCode()
2326 hash ^= unpackedSfixed64_.GetHashCode(); in GetHashCode()
2327 hash ^= unpackedFloat_.GetHashCode(); in GetHashCode()
2328 hash ^= unpackedDouble_.GetHashCode(); in GetHashCode()
2329 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
2330 hash ^= unpackedNestedEnum_.GetHashCode(); in GetHashCode()
2331 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
2332 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
2333 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
2334 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
2335 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
2336 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
2337 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
2338 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
2339 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
2340 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
2341 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
2342 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
2343 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
2344 hash ^= MapStringString.GetHashCode(); in GetHashCode()
2345 hash ^= MapStringBytes.GetHashCode(); in GetHashCode()
2346 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()
2347 hash ^= MapStringForeignMessage.GetHashCode(); in GetHashCode()
2348 hash ^= MapStringNestedEnum.GetHashCode(); in GetHashCode()
2349 hash ^= MapStringForeignEnum.GetHashCode(); in GetHashCode()
2350 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
2351 …neofFieldCase_ == OneofFieldOneofCase.OneofNestedMessage) hash ^= OneofNestedMessage.GetHashCode(); in GetHashCode()
2352 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
2353 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBytes) hash ^= OneofBytes.GetHashCode(); in GetHashCode()
2354 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBool) hash ^= OneofBool.GetHashCode(); in GetHashCode()
2355 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint64) hash ^= OneofUint64.GetHashCode(); in GetHashCode()
2356 …loat) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(OneofFloat); in GetHashCode()
2357 …ble) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OneofDouble); in GetHashCode()
2358 if (oneofFieldCase_ == OneofFieldOneofCase.OneofEnum) hash ^= OneofEnum.GetHashCode(); in GetHashCode()
2359 if (optionalBoolWrapper_ != null) hash ^= OptionalBoolWrapper.GetHashCode(); in GetHashCode()
2360 if (optionalInt32Wrapper_ != null) hash ^= OptionalInt32Wrapper.GetHashCode(); in GetHashCode()
2361 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2362 if (optionalUint32Wrapper_ != null) hash ^= OptionalUint32Wrapper.GetHashCode(); in GetHashCode()
2363 if (optionalUint64Wrapper_ != null) hash ^= OptionalUint64Wrapper.GetHashCode(); in GetHashCode()
2364 …= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.GetHashCode(OptionalFloatWr… in GetHashCode()
2365 …= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(OptionalDoubleW… in GetHashCode()
2366 if (optionalStringWrapper_ != null) hash ^= OptionalStringWrapper.GetHashCode(); in GetHashCode()
2367 if (optionalBytesWrapper_ != null) hash ^= OptionalBytesWrapper.GetHashCode(); in GetHashCode()
2368 hash ^= repeatedBoolWrapper_.GetHashCode(); in GetHashCode()
2369 hash ^= repeatedInt32Wrapper_.GetHashCode(); in GetHashCode()
2370 hash ^= repeatedInt64Wrapper_.GetHashCode(); in GetHashCode()
2371 hash ^= repeatedUint32Wrapper_.GetHashCode(); in GetHashCode()
2372 hash ^= repeatedUint64Wrapper_.GetHashCode(); in GetHashCode()
2373 hash ^= repeatedFloatWrapper_.GetHashCode(); in GetHashCode()
2374 hash ^= repeatedDoubleWrapper_.GetHashCode(); in GetHashCode()
2375 hash ^= repeatedStringWrapper_.GetHashCode(); in GetHashCode()
2376 hash ^= repeatedBytesWrapper_.GetHashCode(); in GetHashCode()
2377 if (optionalDuration_ != null) hash ^= OptionalDuration.GetHashCode(); in GetHashCode()
2378 if (optionalTimestamp_ != null) hash ^= OptionalTimestamp.GetHashCode(); in GetHashCode()
2379 if (optionalFieldMask_ != null) hash ^= OptionalFieldMask.GetHashCode(); in GetHashCode()
2380 if (optionalStruct_ != null) hash ^= OptionalStruct.GetHashCode(); in GetHashCode()
2381 if (optionalAny_ != null) hash ^= OptionalAny.GetHashCode(); in GetHashCode()
2382 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2383 hash ^= repeatedDuration_.GetHashCode(); in GetHashCode()
2384 hash ^= repeatedTimestamp_.GetHashCode(); in GetHashCode()
2385 hash ^= repeatedFieldmask_.GetHashCode(); in GetHashCode()
2386 hash ^= repeatedStruct_.GetHashCode(); in GetHashCode()
2387 hash ^= repeatedAny_.GetHashCode(); in GetHashCode()
2388 hash ^= repeatedValue_.GetHashCode(); in GetHashCode()
2389 hash ^= repeatedListValue_.GetHashCode(); in GetHashCode()
2390 if (Fieldname1 != 0) hash ^= Fieldname1.GetHashCode(); in GetHashCode()
2391 if (FieldName2 != 0) hash ^= FieldName2.GetHashCode(); in GetHashCode()
2392 if (FieldName3 != 0) hash ^= FieldName3.GetHashCode(); in GetHashCode()
2393 if (FieldName4 != 0) hash ^= FieldName4.GetHashCode(); in GetHashCode()
2394 if (Field0Name5 != 0) hash ^= Field0Name5.GetHashCode(); in GetHashCode()
2395 if (Field0Name6 != 0) hash ^= Field0Name6.GetHashCode(); in GetHashCode()
2396 if (FieldName7 != 0) hash ^= FieldName7.GetHashCode(); in GetHashCode()
2397 if (FieldName8 != 0) hash ^= FieldName8.GetHashCode(); in GetHashCode()
2398 if (FieldName9 != 0) hash ^= FieldName9.GetHashCode(); in GetHashCode()
2399 if (FieldName10 != 0) hash ^= FieldName10.GetHashCode(); in GetHashCode()
2400 if (FIELDNAME11 != 0) hash ^= FIELDNAME11.GetHashCode(); in GetHashCode()
2401 if (FIELDName12 != 0) hash ^= FIELDName12.GetHashCode(); in GetHashCode()
2402 if (FieldName13 != 0) hash ^= FieldName13.GetHashCode(); in GetHashCode()
2403 if (FieldName14 != 0) hash ^= FieldName14.GetHashCode(); in GetHashCode()
2404 if (FieldName15 != 0) hash ^= FieldName15.GetHashCode(); in GetHashCode()
2405 if (FieldName16 != 0) hash ^= FieldName16.GetHashCode(); in GetHashCode()
2406 if (FieldName17 != 0) hash ^= FieldName17.GetHashCode(); in GetHashCode()
2407 if (FieldName18 != 0) hash ^= FieldName18.GetHashCode(); in GetHashCode()
2410 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5267 public override int GetHashCode() { in GetHashCode() method in ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage
5269 if (A != 0) hash ^= A.GetHashCode(); in GetHashCode()
5270 if (corecursive_ != null) hash ^= Corecursive.GetHashCode(); in GetHashCode()
5272 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5476 public override int GetHashCode() { in GetHashCode() method in ProtobufTestMessages.Proto3.ForeignMessage
5478 if (C != 0) hash ^= C.GetHashCode(); in GetHashCode()
5480 hash ^= _unknownFields.GetHashCode(); in GetHashCode()