• Home
  • Raw
  • Download

Lines Matching refs:GetHashCode

155     public override int GetHashCode() {  in GetHashCode()  method in UnitTest.Issues.TestProtos.Issue307
158 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
293 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
296 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
431 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
434 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
614 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
616 … if (Value != global::UnitTest.Issues.TestProtos.NegativeEnum.Zero) hash ^= Value.GetHashCode(); in GetHashCode()
617 hash ^= values_.GetHashCode(); in GetHashCode()
618 hash ^= packedValues_.GetHashCode(); in GetHashCode()
620 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
803 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedChild
806 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1020 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
1022 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode(); in GetHashCode()
1023 hash ^= primitiveArray_.GetHashCode(); in GetHashCode()
1024 if (messageValue_ != null) hash ^= MessageValue.GetHashCode(); in GetHashCode()
1025 hash ^= messageArray_.GetHashCode(); in GetHashCode()
1026 … global::UnitTest.Issues.TestProtos.DeprecatedEnum.DeprecatedZero) hash ^= EnumValue.GetHashCode(); in GetHashCode()
1027 hash ^= enumArray_.GetHashCode(); in GetHashCode()
1029 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1293 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ItemField
1295 if (Item != 0) hash ^= Item.GetHashCode(); in GetHashCode()
1297 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1478 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ReservedNames
1480 if (Types_ != 0) hash ^= Types_.GetHashCode(); in GetHashCode()
1481 if (Descriptor_ != 0) hash ^= Descriptor_.GetHashCode(); in GetHashCode()
1483 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1665 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1668 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1950 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1952 if (PlainInt32 != 0) hash ^= PlainInt32.GetHashCode(); in GetHashCode()
1953 if (o1Case_ == O1OneofCase.O1String) hash ^= O1String.GetHashCode(); in GetHashCode()
1954 if (o1Case_ == O1OneofCase.O1Int32) hash ^= O1Int32.GetHashCode(); in GetHashCode()
1955 if (PlainString.Length != 0) hash ^= PlainString.GetHashCode(); in GetHashCode()
1956 if (o2Case_ == O2OneofCase.O2Int32) hash ^= O2Int32.GetHashCode(); in GetHashCode()
1957 if (o2Case_ == O2OneofCase.O2String) hash ^= O2String.GetHashCode(); in GetHashCode()
1961 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2274 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.TestJsonName
2276 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
2277 if (Description.Length != 0) hash ^= Description.GetHashCode(); in GetHashCode()
2278 if (Guid.Length != 0) hash ^= Guid.GetHashCode(); in GetHashCode()
2280 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2537 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.OneofMerging
2539 if (valueCase_ == ValueOneofCase.Text) hash ^= Text.GetHashCode(); in GetHashCode()
2540 if (valueCase_ == ValueOneofCase.Nested) hash ^= Nested.GetHashCode(); in GetHashCode()
2543 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2764 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
2766 if (X != 0) hash ^= X.GetHashCode(); in GetHashCode()
2767 if (Y != 0) hash ^= Y.GetHashCode(); in GetHashCode()
2769 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3004 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
3006 if (valueCase_ == ValueOneofCase.StringValue) hash ^= StringValue.GetHashCode(); in GetHashCode()
3007 if (valueCase_ == ValueOneofCase.NullValue) hash ^= NullValue.GetHashCode(); in GetHashCode()
3010 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3205 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.NullValueNotInOneof
3207 …lue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^= NullValue.GetHashCode(); in GetHashCode()
3209 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3400 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.MixedRegularAndOptional
3402 if (RegularField.Length != 0) hash ^= RegularField.GetHashCode(); in GetHashCode()
3403 if (HasOptionalField) hash ^= OptionalField.GetHashCode(); in GetHashCode()
3405 hash ^= _unknownFields.GetHashCode(); in GetHashCode()