• Home
  • Raw
  • Download

Lines Matching refs:GetHashCode

263     public override int GetHashCode() {  in GetHashCode()  method in Google.Protobuf.Reflection.FileDescriptorSet
265 hash ^= file_.GetHashCode(); in GetHashCode()
267 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
629 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileDescriptorProto
631 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
632 if (HasPackage) hash ^= Package.GetHashCode(); in GetHashCode()
633 hash ^= dependency_.GetHashCode(); in GetHashCode()
634 hash ^= publicDependency_.GetHashCode(); in GetHashCode()
635 hash ^= weakDependency_.GetHashCode(); in GetHashCode()
636 hash ^= messageType_.GetHashCode(); in GetHashCode()
637 hash ^= enumType_.GetHashCode(); in GetHashCode()
638 hash ^= service_.GetHashCode(); in GetHashCode()
639 hash ^= extension_.GetHashCode(); in GetHashCode()
640 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
641 if (sourceCodeInfo_ != null) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
642 if (HasSyntax) hash ^= Syntax.GetHashCode(); in GetHashCode()
644 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1134 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto
1136 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
1137 hash ^= field_.GetHashCode(); in GetHashCode()
1138 hash ^= extension_.GetHashCode(); in GetHashCode()
1139 hash ^= nestedType_.GetHashCode(); in GetHashCode()
1140 hash ^= enumType_.GetHashCode(); in GetHashCode()
1141 hash ^= extensionRange_.GetHashCode(); in GetHashCode()
1142 hash ^= oneofDecl_.GetHashCode(); in GetHashCode()
1143 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
1144 hash ^= reservedRange_.GetHashCode(); in GetHashCode()
1145 hash ^= reservedName_.GetHashCode(); in GetHashCode()
1147 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1504 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1506 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
1507 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
1508 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
1510 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1783 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1785 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
1786 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
1788 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1991 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ExtensionRangeOptions
1993 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
1995 hash ^= _extensions.GetHashCode(); in GetHashCode()
1998 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2507 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FieldDescriptorProto
2509 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
2510 if (HasNumber) hash ^= Number.GetHashCode(); in GetHashCode()
2511 if (HasLabel) hash ^= Label.GetHashCode(); in GetHashCode()
2512 if (HasType) hash ^= Type.GetHashCode(); in GetHashCode()
2513 if (HasTypeName) hash ^= TypeName.GetHashCode(); in GetHashCode()
2514 if (HasExtendee) hash ^= Extendee.GetHashCode(); in GetHashCode()
2515 if (HasDefaultValue) hash ^= DefaultValue.GetHashCode(); in GetHashCode()
2516 if (HasOneofIndex) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
2517 if (HasJsonName) hash ^= JsonName.GetHashCode(); in GetHashCode()
2518 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
2519 if (HasProto3Optional) hash ^= Proto3Optional.GetHashCode(); in GetHashCode()
2521 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3013 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.OneofDescriptorProto
3015 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
3016 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
3018 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3290 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumDescriptorProto
3292 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
3293 hash ^= value_.GetHashCode(); in GetHashCode()
3294 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
3295 hash ^= reservedRange_.GetHashCode(); in GetHashCode()
3296 hash ^= reservedName_.GetHashCode(); in GetHashCode()
3298 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3590 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange
3592 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
3593 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
3595 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
3846 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
3848 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
3849 if (HasNumber) hash ^= Number.GetHashCode(); in GetHashCode()
3850 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
3852 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4113 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ServiceDescriptorProto
4115 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
4116 hash ^= method_.GetHashCode(); in GetHashCode()
4117 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
4119 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
4472 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MethodDescriptorProto
4474 if (HasName) hash ^= Name.GetHashCode(); in GetHashCode()
4475 if (HasInputType) hash ^= InputType.GetHashCode(); in GetHashCode()
4476 if (HasOutputType) hash ^= OutputType.GetHashCode(); in GetHashCode()
4477 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
4478 if (HasClientStreaming) hash ^= ClientStreaming.GetHashCode(); in GetHashCode()
4479 if (HasServerStreaming) hash ^= ServerStreaming.GetHashCode(); in GetHashCode()
4481 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
5385 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileOptions
5387 if (HasJavaPackage) hash ^= JavaPackage.GetHashCode(); in GetHashCode()
5388 if (HasJavaOuterClassname) hash ^= JavaOuterClassname.GetHashCode(); in GetHashCode()
5389 if (HasJavaMultipleFiles) hash ^= JavaMultipleFiles.GetHashCode(); in GetHashCode()
5390 if (HasJavaGenerateEqualsAndHash) hash ^= JavaGenerateEqualsAndHash.GetHashCode(); in GetHashCode()
5391 if (HasJavaStringCheckUtf8) hash ^= JavaStringCheckUtf8.GetHashCode(); in GetHashCode()
5392 if (HasOptimizeFor) hash ^= OptimizeFor.GetHashCode(); in GetHashCode()
5393 if (HasGoPackage) hash ^= GoPackage.GetHashCode(); in GetHashCode()
5394 if (HasCcGenericServices) hash ^= CcGenericServices.GetHashCode(); in GetHashCode()
5395 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
5396 if (HasPyGenericServices) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()
5397 if (HasPhpGenericServices) hash ^= PhpGenericServices.GetHashCode(); in GetHashCode()
5398 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
5399 if (HasCcEnableArenas) hash ^= CcEnableArenas.GetHashCode(); in GetHashCode()
5400 if (HasObjcClassPrefix) hash ^= ObjcClassPrefix.GetHashCode(); in GetHashCode()
5401 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
5402 if (HasSwiftPrefix) hash ^= SwiftPrefix.GetHashCode(); in GetHashCode()
5403 if (HasPhpClassPrefix) hash ^= PhpClassPrefix.GetHashCode(); in GetHashCode()
5404 if (HasPhpNamespace) hash ^= PhpNamespace.GetHashCode(); in GetHashCode()
5405 if (HasPhpMetadataNamespace) hash ^= PhpMetadataNamespace.GetHashCode(); in GetHashCode()
5406 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode(); in GetHashCode()
5407 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
5409 hash ^= _extensions.GetHashCode(); in GetHashCode()
5412 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6239 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MessageOptions
6241 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
6242 if (HasNoStandardDescriptorAccessor) hash ^= NoStandardDescriptorAccessor.GetHashCode(); in GetHashCode()
6243 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
6244 if (HasMapEntry) hash ^= MapEntry.GetHashCode(); in GetHashCode()
6245 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
6247 hash ^= _extensions.GetHashCode(); in GetHashCode()
6250 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
6762 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FieldOptions
6764 if (HasCtype) hash ^= Ctype.GetHashCode(); in GetHashCode()
6765 if (HasPacked) hash ^= Packed.GetHashCode(); in GetHashCode()
6766 if (HasJstype) hash ^= Jstype.GetHashCode(); in GetHashCode()
6767 if (HasLazy) hash ^= Lazy.GetHashCode(); in GetHashCode()
6768 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
6769 if (HasWeak) hash ^= Weak.GetHashCode(); in GetHashCode()
6770 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
6772 hash ^= _extensions.GetHashCode(); in GetHashCode()
6775 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7140 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.OneofOptions
7142 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
7144 hash ^= _extensions.GetHashCode(); in GetHashCode()
7147 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7413 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumOptions
7415 if (HasAllowAlias) hash ^= AllowAlias.GetHashCode(); in GetHashCode()
7416 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
7417 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
7419 hash ^= _extensions.GetHashCode(); in GetHashCode()
7422 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7702 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumValueOptions
7704 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
7705 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
7707 hash ^= _extensions.GetHashCode(); in GetHashCode()
7710 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
7968 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ServiceOptions
7970 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
7971 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
7973 hash ^= _extensions.GetHashCode(); in GetHashCode()
7976 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
8260 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MethodOptions
8262 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
8263 if (HasIdempotencyLevel) hash ^= IdempotencyLevel.GetHashCode(); in GetHashCode()
8264 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
8266 hash ^= _extensions.GetHashCode(); in GetHashCode()
8269 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
8697 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.UninterpretedOption
8699 hash ^= name_.GetHashCode(); in GetHashCode()
8700 if (HasIdentifierValue) hash ^= IdentifierValue.GetHashCode(); in GetHashCode()
8701 if (HasPositiveIntValue) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode()
8702 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()
8703 …lue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DoubleValue); in GetHashCode()
8704 if (HasStringValue) hash ^= StringValue.GetHashCode(); in GetHashCode()
8705 if (HasAggregateValue) hash ^= AggregateValue.GetHashCode(); in GetHashCode()
8707 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
9046 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
9048 if (HasNamePart_) hash ^= NamePart_.GetHashCode(); in GetHashCode()
9049 if (HasIsExtension) hash ^= IsExtension.GetHashCode(); in GetHashCode()
9051 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
9294 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.SourceCodeInfo
9296 hash ^= location_.GetHashCode(); in GetHashCode()
9298 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
9612 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
9614 hash ^= path_.GetHashCode(); in GetHashCode()
9615 hash ^= span_.GetHashCode(); in GetHashCode()
9616 if (HasLeadingComments) hash ^= LeadingComments.GetHashCode(); in GetHashCode()
9617 if (HasTrailingComments) hash ^= TrailingComments.GetHashCode(); in GetHashCode()
9618 hash ^= leadingDetachedComments_.GetHashCode(); in GetHashCode()
9620 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
9863 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.GeneratedCodeInfo
9865 hash ^= annotation_.GetHashCode(); in GetHashCode()
9867 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
10121 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
10123 hash ^= path_.GetHashCode(); in GetHashCode()
10124 if (HasSourceFile) hash ^= SourceFile.GetHashCode(); in GetHashCode()
10125 if (HasBegin) hash ^= Begin.GetHashCode(); in GetHashCode()
10126 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
10128 hash ^= _unknownFields.GetHashCode(); in GetHashCode()