Lines Matching refs:GetHashCode
225 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileDescriptorSet
227 hash ^= file_.GetHashCode(); in GetHashCode()
478 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileDescriptorProto
480 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
481 if (Package.Length != 0) hash ^= Package.GetHashCode(); in GetHashCode()
482 hash ^= dependency_.GetHashCode(); in GetHashCode()
483 hash ^= publicDependency_.GetHashCode(); in GetHashCode()
484 hash ^= weakDependency_.GetHashCode(); in GetHashCode()
485 hash ^= messageType_.GetHashCode(); in GetHashCode()
486 hash ^= enumType_.GetHashCode(); in GetHashCode()
487 hash ^= service_.GetHashCode(); in GetHashCode()
488 hash ^= extension_.GetHashCode(); in GetHashCode()
489 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
490 if (sourceCodeInfo_ != null) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
491 if (Syntax.Length != 0) hash ^= Syntax.GetHashCode(); in GetHashCode()
818 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto
820 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
821 hash ^= field_.GetHashCode(); in GetHashCode()
822 hash ^= extension_.GetHashCode(); in GetHashCode()
823 hash ^= nestedType_.GetHashCode(); in GetHashCode()
824 hash ^= enumType_.GetHashCode(); in GetHashCode()
825 hash ^= extensionRange_.GetHashCode(); in GetHashCode()
826 hash ^= oneofDecl_.GetHashCode(); in GetHashCode()
827 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
828 hash ^= reservedRange_.GetHashCode(); in GetHashCode()
829 hash ^= reservedName_.GetHashCode(); in GetHashCode()
1020 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1022 if (Start != 0) hash ^= Start.GetHashCode(); in GetHashCode()
1023 if (End != 0) hash ^= End.GetHashCode(); in GetHashCode()
1161 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1163 if (Start != 0) hash ^= Start.GetHashCode(); in GetHashCode()
1164 if (End != 0) hash ^= End.GetHashCode(); in GetHashCode()
1427 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FieldDescriptorProto
1429 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
1430 if (Number != 0) hash ^= Number.GetHashCode(); in GetHashCode()
1431 if (Label != 0) hash ^= Label.GetHashCode(); in GetHashCode()
1432 if (Type != 0) hash ^= Type.GetHashCode(); in GetHashCode()
1433 if (TypeName.Length != 0) hash ^= TypeName.GetHashCode(); in GetHashCode()
1434 if (Extendee.Length != 0) hash ^= Extendee.GetHashCode(); in GetHashCode()
1435 if (DefaultValue.Length != 0) hash ^= DefaultValue.GetHashCode(); in GetHashCode()
1436 if (OneofIndex != 0) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
1437 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode()
1438 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
1741 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.OneofDescriptorProto
1743 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
1870 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumDescriptorProto
1872 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
1873 hash ^= value_.GetHashCode(); in GetHashCode()
1874 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
2029 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
2031 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
2032 if (Number != 0) hash ^= Number.GetHashCode(); in GetHashCode()
2033 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
2194 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ServiceDescriptorProto
2196 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
2197 hash ^= method_.GetHashCode(); in GetHashCode()
2198 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
2399 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MethodDescriptorProto
2401 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
2402 if (InputType.Length != 0) hash ^= InputType.GetHashCode(); in GetHashCode()
2403 if (OutputType.Length != 0) hash ^= OutputType.GetHashCode(); in GetHashCode()
2404 if (options_ != null) hash ^= Options.GetHashCode(); in GetHashCode()
2405 if (ClientStreaming != false) hash ^= ClientStreaming.GetHashCode(); in GetHashCode()
2406 if (ServerStreaming != false) hash ^= ServerStreaming.GetHashCode(); in GetHashCode()
2832 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FileOptions
2834 if (JavaPackage.Length != 0) hash ^= JavaPackage.GetHashCode(); in GetHashCode()
2835 if (JavaOuterClassname.Length != 0) hash ^= JavaOuterClassname.GetHashCode(); in GetHashCode()
2836 if (JavaMultipleFiles != false) hash ^= JavaMultipleFiles.GetHashCode(); in GetHashCode()
2837 if (JavaGenerateEqualsAndHash != false) hash ^= JavaGenerateEqualsAndHash.GetHashCode(); in GetHashCode()
2838 if (JavaStringCheckUtf8 != false) hash ^= JavaStringCheckUtf8.GetHashCode(); in GetHashCode()
2839 if (OptimizeFor != 0) hash ^= OptimizeFor.GetHashCode(); in GetHashCode()
2840 if (GoPackage.Length != 0) hash ^= GoPackage.GetHashCode(); in GetHashCode()
2841 if (CcGenericServices != false) hash ^= CcGenericServices.GetHashCode(); in GetHashCode()
2842 if (JavaGenericServices != false) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
2843 if (PyGenericServices != false) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()
2844 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
2845 if (CcEnableArenas != false) hash ^= CcEnableArenas.GetHashCode(); in GetHashCode()
2846 if (ObjcClassPrefix.Length != 0) hash ^= ObjcClassPrefix.GetHashCode(); in GetHashCode()
2847 if (CsharpNamespace.Length != 0) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
2848 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
3267 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MessageOptions
3269 if (MessageSetWireFormat != false) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
3270 if (NoStandardDescriptorAccessor != false) hash ^= NoStandardDescriptorAccessor.GetHashCode(); in GetHashCode()
3271 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
3272 if (MapEntry != false) hash ^= MapEntry.GetHashCode(); in GetHashCode()
3273 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
3559 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.FieldOptions
3561 if (Ctype != 0) hash ^= Ctype.GetHashCode(); in GetHashCode()
3562 if (Packed != false) hash ^= Packed.GetHashCode(); in GetHashCode()
3563 if (Jstype != 0) hash ^= Jstype.GetHashCode(); in GetHashCode()
3564 if (Lazy != false) hash ^= Lazy.GetHashCode(); in GetHashCode()
3565 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
3566 if (Weak != false) hash ^= Weak.GetHashCode(); in GetHashCode()
3567 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
3812 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumOptions
3814 if (AllowAlias != false) hash ^= AllowAlias.GetHashCode(); in GetHashCode()
3815 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
3816 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
3958 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.EnumValueOptions
3960 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
3961 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
4089 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.ServiceOptions
4091 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
4092 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
4220 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.MethodOptions
4222 if (Deprecated != false) hash ^= Deprecated.GetHashCode(); in GetHashCode()
4223 hash ^= uninterpretedOption_.GetHashCode(); in GetHashCode()
4414 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.UninterpretedOption
4416 hash ^= name_.GetHashCode(); in GetHashCode()
4417 if (IdentifierValue.Length != 0) hash ^= IdentifierValue.GetHashCode(); in GetHashCode()
4418 if (PositiveIntValue != 0UL) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode()
4419 if (NegativeIntValue != 0L) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()
4420 if (DoubleValue != 0D) hash ^= DoubleValue.GetHashCode(); in GetHashCode()
4421 if (StringValue.Length != 0) hash ^= StringValue.GetHashCode(); in GetHashCode()
4422 if (AggregateValue.Length != 0) hash ^= AggregateValue.GetHashCode(); in GetHashCode()
4621 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
4623 if (NamePart_.Length != 0) hash ^= NamePart_.GetHashCode(); in GetHashCode()
4624 if (IsExtension != false) hash ^= IsExtension.GetHashCode(); in GetHashCode()
4792 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.SourceCodeInfo
4794 hash ^= location_.GetHashCode(); in GetHashCode()
5016 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5018 hash ^= path_.GetHashCode(); in GetHashCode()
5019 hash ^= span_.GetHashCode(); in GetHashCode()
5020 if (LeadingComments.Length != 0) hash ^= LeadingComments.GetHashCode(); in GetHashCode()
5021 if (TrailingComments.Length != 0) hash ^= TrailingComments.GetHashCode(); in GetHashCode()
5022 hash ^= leadingDetachedComments_.GetHashCode(); in GetHashCode()
5173 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.GeneratedCodeInfo
5175 hash ^= annotation_.GetHashCode(); in GetHashCode()
5322 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
5324 hash ^= path_.GetHashCode(); in GetHashCode()
5325 if (SourceFile.Length != 0) hash ^= SourceFile.GetHashCode(); in GetHashCode()
5326 if (Begin != 0) hash ^= Begin.GetHashCode(); in GetHashCode()
5327 if (End != 0) hash ^= End.GetHashCode(); in GetHashCode()