Lines Matching refs:GetHashCode
258 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileDescriptorSet
260 hash ^= file_.GetHashCode(); in GetHashCode()
262 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
604 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileDescriptorProto
606 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
607 if (HasPackage) hash ^= Package.GetHashCode(); in GetHashCode()
608 hash ^= dependency_.GetHashCode(); in GetHashCode()
609 hash ^= publicDependency_.GetHashCode(); in GetHashCode()
610 hash ^= weakDependency_.GetHashCode(); in GetHashCode()
611 hash ^= messageType_.GetHashCode(); in GetHashCode()
612 hash ^= enumType_.GetHashCode(); in GetHashCode()
613 hash ^= service_.GetHashCode(); in GetHashCode()
614 hash ^= extension_.GetHashCode(); in GetHashCode()
615 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
616 if (HasSourceCodeInfo) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
617 if (HasSyntax) hash ^= Syntax.GetHashCode(); in GetHashCode()
619 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1001 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto
1003 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
1004 hash ^= field_.GetHashCode(); in GetHashCode()
1005 hash ^= extension_.GetHashCode(); in GetHashCode()
1006 hash ^= nestedType_.GetHashCode(); in GetHashCode()
1007 hash ^= enumType_.GetHashCode(); in GetHashCode()
1008 hash ^= extensionRange_.GetHashCode(); in GetHashCode()
1009 hash ^= oneofDecl_.GetHashCode(); in GetHashCode()
1010 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
1011 hash ^= reservedRange_.GetHashCode(); in GetHashCode()
1012 hash ^= reservedName_.GetHashCode(); in GetHashCode()
1014 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1287 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1289 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
1290 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
1291 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
1293 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1504 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1506 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
1507 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
1509 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1660 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ExtensionRangeOptions
1662 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
1664 hash ^= _extensions.GetHashCode(); in GetHashCode()
1667 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2092 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FieldDescriptorProto
2094 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
2095 if (HasNumber) hash ^= Number.GetHashCode(); in GetHashCode()
2096 if (HasLabel) hash ^= Label.GetHashCode(); in GetHashCode()
2097 if (HasType) hash ^= Type.GetHashCode(); in GetHashCode()
2098 if (HasTypeName) hash ^= TypeName.GetHashCode(); in GetHashCode()
2099 if (HasExtendee) hash ^= Extendee.GetHashCode(); in GetHashCode()
2100 if (HasDefaultValue) hash ^= DefaultValue.GetHashCode(); in GetHashCode()
2101 if (HasOneofIndex) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
2102 if (HasJsonName) hash ^= JsonName.GetHashCode(); in GetHashCode()
2103 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
2105 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2467 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.OneofDescriptorProto
2469 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
2470 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
2472 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2700 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumDescriptorProto
2702 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
2703 hash ^= value_.GetHashCode(); in GetHashCode()
2704 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
2705 hash ^= reservedRange_.GetHashCode(); in GetHashCode()
2706 hash ^= reservedName_.GetHashCode(); in GetHashCode()
2708 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2931 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange
2933 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
2934 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
2936 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3146 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
3148 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
3149 if (HasNumber) hash ^= Number.GetHashCode(); in GetHashCode()
3150 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
3152 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3361 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ServiceDescriptorProto
3363 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
3364 hash ^= method_.GetHashCode(); in GetHashCode()
3365 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
3367 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3671 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MethodDescriptorProto
3673 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
3674 if (HasInputType) hash ^= InputType.GetHashCode(); in GetHashCode()
3675 if (HasOutputType) hash ^= OutputType.GetHashCode(); in GetHashCode()
3676 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()
3677 if (HasClientStreaming) hash ^= ClientStreaming.GetHashCode(); in GetHashCode()
3678 if (HasServerStreaming) hash ^= ServerStreaming.GetHashCode(); in GetHashCode()
3680 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4497 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileOptions
4499 if (HasJavaPackage) hash ^= JavaPackage.GetHashCode(); in GetHashCode()
4500 if (HasJavaOuterClassname) hash ^= JavaOuterClassname.GetHashCode(); in GetHashCode()
4501 if (HasJavaMultipleFiles) hash ^= JavaMultipleFiles.GetHashCode(); in GetHashCode()
4502 if (HasJavaGenerateEqualsAndHash) hash ^= JavaGenerateEqualsAndHash.GetHashCode(); in GetHashCode()
4503 if (HasJavaStringCheckUtf8) hash ^= JavaStringCheckUtf8.GetHashCode(); in GetHashCode()
4504 if (HasOptimizeFor) hash ^= OptimizeFor.GetHashCode(); in GetHashCode()
4505 if (HasGoPackage) hash ^= GoPackage.GetHashCode(); in GetHashCode()
4506 if (HasCcGenericServices) hash ^= CcGenericServices.GetHashCode(); in GetHashCode()
4507 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
4508 if (HasPyGenericServices) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()
4509 if (HasPhpGenericServices) hash ^= PhpGenericServices.GetHashCode(); in GetHashCode()
4510 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
4511 if (HasCcEnableArenas) hash ^= CcEnableArenas.GetHashCode(); in GetHashCode()
4512 if (HasObjcClassPrefix) hash ^= ObjcClassPrefix.GetHashCode(); in GetHashCode()
4513 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
4514 if (HasSwiftPrefix) hash ^= SwiftPrefix.GetHashCode(); in GetHashCode()
4515 if (HasPhpClassPrefix) hash ^= PhpClassPrefix.GetHashCode(); in GetHashCode()
4516 if (HasPhpNamespace) hash ^= PhpNamespace.GetHashCode(); in GetHashCode()
4517 if (HasPhpMetadataNamespace) hash ^= PhpMetadataNamespace.GetHashCode(); in GetHashCode()
4518 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode(); in GetHashCode()
4519 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
4521 hash ^= _extensions.GetHashCode(); in GetHashCode()
4524 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5145 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MessageOptions
5147 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
5148 if (HasNoStandardDescriptorAccessor) hash ^= NoStandardDescriptorAccessor.GetHashCode(); in GetHashCode()
5149 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
5150 if (HasMapEntry) hash ^= MapEntry.GetHashCode(); in GetHashCode()
5151 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
5153 hash ^= _extensions.GetHashCode(); in GetHashCode()
5156 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5590 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FieldOptions
5592 if (HasCtype) hash ^= Ctype.GetHashCode(); in GetHashCode()
5593 if (HasPacked) hash ^= Packed.GetHashCode(); in GetHashCode()
5594 if (HasJstype) hash ^= Jstype.GetHashCode(); in GetHashCode()
5595 if (HasLazy) hash ^= Lazy.GetHashCode(); in GetHashCode()
5596 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
5597 if (HasWeak) hash ^= Weak.GetHashCode(); in GetHashCode()
5598 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
5600 hash ^= _extensions.GetHashCode(); in GetHashCode()
5603 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5874 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.OneofOptions
5876 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
5878 hash ^= _extensions.GetHashCode(); in GetHashCode()
5881 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6101 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumOptions
6103 if (HasAllowAlias) hash ^= AllowAlias.GetHashCode(); in GetHashCode()
6104 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
6105 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
6107 hash ^= _extensions.GetHashCode(); in GetHashCode()
6110 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6328 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumValueOptions
6330 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
6331 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
6333 hash ^= _extensions.GetHashCode(); in GetHashCode()
6336 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6540 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ServiceOptions
6542 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
6543 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
6545 hash ^= _extensions.GetHashCode(); in GetHashCode()
6548 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6778 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MethodOptions
6780 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
6781 if (HasIdempotencyLevel) hash ^= IdempotencyLevel.GetHashCode(); in GetHashCode()
6782 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
6784 hash ^= _extensions.GetHashCode(); in GetHashCode()
6787 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7154 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.UninterpretedOption
7156 hash ^= name_.GetHashCode(); in GetHashCode()
7157 if (HasIdentifierValue) hash ^= IdentifierValue.GetHashCode(); in GetHashCode()
7158 if (HasPositiveIntValue) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode()
7159 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()
7160 …lue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DoubleValue); in GetHashCode()
7161 if (HasStringValue) hash ^= StringValue.GetHashCode(); in GetHashCode()
7162 if (HasAggregateValue) hash ^= AggregateValue.GetHashCode(); in GetHashCode()
7164 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7415 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
7417 if (HasNamePart_) hash ^= NamePart_.GetHashCode(); in GetHashCode()
7418 if (HasIsExtension) hash ^= IsExtension.GetHashCode(); in GetHashCode()
7420 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7612 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.SourceCodeInfo
7614 hash ^= location_.GetHashCode(); in GetHashCode()
7616 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7890 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
7892 hash ^= path_.GetHashCode(); in GetHashCode()
7893 hash ^= span_.GetHashCode(); in GetHashCode()
7894 if (HasLeadingComments) hash ^= LeadingComments.GetHashCode(); in GetHashCode()
7895 if (HasTrailingComments) hash ^= TrailingComments.GetHashCode(); in GetHashCode()
7896 hash ^= leadingDetachedComments_.GetHashCode(); in GetHashCode()
7898 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
8073 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.GeneratedCodeInfo
8075 hash ^= annotation_.GetHashCode(); in GetHashCode()
8077 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
8291 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
8293 hash ^= path_.GetHashCode(); in GetHashCode()
8294 if (HasSourceFile) hash ^= SourceFile.GetHashCode(); in GetHashCode()
8295 if (HasBegin) hash ^= Begin.GetHashCode(); in GetHashCode()
8296 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
8298 hash ^= _unknownFields.GetHashCode(); in GetHashCode()