Lines Matching refs:hash
264 int hash = 1;
265 hash ^= file_.GetHashCode();
267 hash ^= _unknownFields.GetHashCode();
269 return hash;
630 int hash = 1;
631 if (HasName) hash ^= Name.GetHashCode();
632 if (HasPackage) hash ^= Package.GetHashCode();
633 hash ^= dependency_.GetHashCode();
634 hash ^= publicDependency_.GetHashCode();
635 hash ^= weakDependency_.GetHashCode();
636 hash ^= messageType_.GetHashCode();
637 hash ^= enumType_.GetHashCode();
638 hash ^= service_.GetHashCode();
639 hash ^= extension_.GetHashCode();
640 if (options_ != null) hash ^= Options.GetHashCode();
641 if (sourceCodeInfo_ != null) hash ^= SourceCodeInfo.GetHashCode();
642 if (HasSyntax) hash ^= Syntax.GetHashCode();
644 hash ^= _unknownFields.GetHashCode();
646 return hash;
1135 int hash = 1;
1136 if (HasName) hash ^= Name.GetHashCode();
1137 hash ^= field_.GetHashCode();
1138 hash ^= extension_.GetHashCode();
1139 hash ^= nestedType_.GetHashCode();
1140 hash ^= enumType_.GetHashCode();
1141 hash ^= extensionRange_.GetHashCode();
1142 hash ^= oneofDecl_.GetHashCode();
1143 if (options_ != null) hash ^= Options.GetHashCode();
1144 hash ^= reservedRange_.GetHashCode();
1145 hash ^= reservedName_.GetHashCode();
1147 hash ^= _unknownFields.GetHashCode();
1149 return hash;
1505 int hash = 1;
1506 if (HasStart) hash ^= Start.GetHashCode();
1507 if (HasEnd) hash ^= End.GetHashCode();
1508 if (options_ != null) hash ^= Options.GetHashCode();
1510 hash ^= _unknownFields.GetHashCode();
1512 return hash;
1784 int hash = 1;
1785 if (HasStart) hash ^= Start.GetHashCode();
1786 if (HasEnd) hash ^= End.GetHashCode();
1788 hash ^= _unknownFields.GetHashCode();
1790 return hash;
1992 int hash = 1;
1993 hash ^= uninterpretedOption_.GetHashCode();
1995 hash ^= _extensions.GetHashCode();
1998 hash ^= _unknownFields.GetHashCode();
2000 return hash;
2508 int hash = 1;
2509 if (HasName) hash ^= Name.GetHashCode();
2510 if (HasNumber) hash ^= Number.GetHashCode();
2511 if (HasLabel) hash ^= Label.GetHashCode();
2512 if (HasType) hash ^= Type.GetHashCode();
2513 if (HasTypeName) hash ^= TypeName.GetHashCode();
2514 if (HasExtendee) hash ^= Extendee.GetHashCode();
2515 if (HasDefaultValue) hash ^= DefaultValue.GetHashCode();
2516 if (HasOneofIndex) hash ^= OneofIndex.GetHashCode();
2517 if (HasJsonName) hash ^= JsonName.GetHashCode();
2518 if (options_ != null) hash ^= Options.GetHashCode();
2519 if (HasProto3Optional) hash ^= Proto3Optional.GetHashCode();
2521 hash ^= _unknownFields.GetHashCode();
2523 return hash;
3014 int hash = 1;
3015 if (HasName) hash ^= Name.GetHashCode();
3016 if (options_ != null) hash ^= Options.GetHashCode();
3018 hash ^= _unknownFields.GetHashCode();
3020 return hash;
3291 int hash = 1;
3292 if (HasName) hash ^= Name.GetHashCode();
3293 hash ^= value_.GetHashCode();
3294 if (options_ != null) hash ^= Options.GetHashCode();
3295 hash ^= reservedRange_.GetHashCode();
3296 hash ^= reservedName_.GetHashCode();
3298 hash ^= _unknownFields.GetHashCode();
3300 return hash;
3591 int hash = 1;
3592 if (HasStart) hash ^= Start.GetHashCode();
3593 if (HasEnd) hash ^= End.GetHashCode();
3595 hash ^= _unknownFields.GetHashCode();
3597 return hash;
3847 int hash = 1;
3848 if (HasName) hash ^= Name.GetHashCode();
3849 if (HasNumber) hash ^= Number.GetHashCode();
3850 if (options_ != null) hash ^= Options.GetHashCode();
3852 hash ^= _unknownFields.GetHashCode();
3854 return hash;
4114 int hash = 1;
4115 if (HasName) hash ^= Name.GetHashCode();
4116 hash ^= method_.GetHashCode();
4117 if (options_ != null) hash ^= Options.GetHashCode();
4119 hash ^= _unknownFields.GetHashCode();
4121 return hash;
4473 int hash = 1;
4474 if (HasName) hash ^= Name.GetHashCode();
4475 if (HasInputType) hash ^= InputType.GetHashCode();
4476 if (HasOutputType) hash ^= OutputType.GetHashCode();
4477 if (options_ != null) hash ^= Options.GetHashCode();
4478 if (HasClientStreaming) hash ^= ClientStreaming.GetHashCode();
4479 if (HasServerStreaming) hash ^= ServerStreaming.GetHashCode();
4481 hash ^= _unknownFields.GetHashCode();
4483 return hash;
5386 int hash = 1;
5387 if (HasJavaPackage) hash ^= JavaPackage.GetHashCode();
5388 if (HasJavaOuterClassname) hash ^= JavaOuterClassname.GetHashCode();
5389 if (HasJavaMultipleFiles) hash ^= JavaMultipleFiles.GetHashCode();
5390 if (HasJavaGenerateEqualsAndHash) hash ^= JavaGenerateEqualsAndHash.GetHashCode();
5391 if (HasJavaStringCheckUtf8) hash ^= JavaStringCheckUtf8.GetHashCode();
5392 if (HasOptimizeFor) hash ^= OptimizeFor.GetHashCode();
5393 if (HasGoPackage) hash ^= GoPackage.GetHashCode();
5394 if (HasCcGenericServices) hash ^= CcGenericServices.GetHashCode();
5395 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode();
5396 if (HasPyGenericServices) hash ^= PyGenericServices.GetHashCode();
5397 if (HasPhpGenericServices) hash ^= PhpGenericServices.GetHashCode();
5398 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
5399 if (HasCcEnableArenas) hash ^= CcEnableArenas.GetHashCode();
5400 if (HasObjcClassPrefix) hash ^= ObjcClassPrefix.GetHashCode();
5401 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode();
5402 if (HasSwiftPrefix) hash ^= SwiftPrefix.GetHashCode();
5403 if (HasPhpClassPrefix) hash ^= PhpClassPrefix.GetHashCode();
5404 if (HasPhpNamespace) hash ^= PhpNamespace.GetHashCode();
5405 if (HasPhpMetadataNamespace) hash ^= PhpMetadataNamespace.GetHashCode();
5406 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode();
5407 hash ^= uninterpretedOption_.GetHashCode();
5409 hash ^= _extensions.GetHashCode();
5412 hash ^= _unknownFields.GetHashCode();
5414 return hash;
6240 int hash = 1;
6241 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode();
6242 if (HasNoStandardDescriptorAccessor) hash ^= NoStandardDescriptorAccessor.GetHashCode();
6243 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
6244 if (HasMapEntry) hash ^= MapEntry.GetHashCode();
6245 hash ^= uninterpretedOption_.GetHashCode();
6247 hash ^= _extensions.GetHashCode();
6250 hash ^= _unknownFields.GetHashCode();
6252 return hash;
6763 int hash = 1;
6764 if (HasCtype) hash ^= Ctype.GetHashCode();
6765 if (HasPacked) hash ^= Packed.GetHashCode();
6766 if (HasJstype) hash ^= Jstype.GetHashCode();
6767 if (HasLazy) hash ^= Lazy.GetHashCode();
6768 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
6769 if (HasWeak) hash ^= Weak.GetHashCode();
6770 hash ^= uninterpretedOption_.GetHashCode();
6772 hash ^= _extensions.GetHashCode();
6775 hash ^= _unknownFields.GetHashCode();
6777 return hash;
7141 int hash = 1;
7142 hash ^= uninterpretedOption_.GetHashCode();
7144 hash ^= _extensions.GetHashCode();
7147 hash ^= _unknownFields.GetHashCode();
7149 return hash;
7414 int hash = 1;
7415 if (HasAllowAlias) hash ^= AllowAlias.GetHashCode();
7416 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
7417 hash ^= uninterpretedOption_.GetHashCode();
7419 hash ^= _extensions.GetHashCode();
7422 hash ^= _unknownFields.GetHashCode();
7424 return hash;
7703 int hash = 1;
7704 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
7705 hash ^= uninterpretedOption_.GetHashCode();
7707 hash ^= _extensions.GetHashCode();
7710 hash ^= _unknownFields.GetHashCode();
7712 return hash;
7969 int hash = 1;
7970 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
7971 hash ^= uninterpretedOption_.GetHashCode();
7973 hash ^= _extensions.GetHashCode();
7976 hash ^= _unknownFields.GetHashCode();
7978 return hash;
8261 int hash = 1;
8262 if (HasDeprecated) hash ^= Deprecated.GetHashCode();
8263 if (HasIdempotencyLevel) hash ^= IdempotencyLevel.GetHashCode();
8264 hash ^= uninterpretedOption_.GetHashCode();
8266 hash ^= _extensions.GetHashCode();
8269 hash ^= _unknownFields.GetHashCode();
8271 return hash;
8698 int hash = 1;
8699 hash ^= name_.GetHashCode();
8700 if (HasIdentifierValue) hash ^= IdentifierValue.GetHashCode();
8701 if (HasPositiveIntValue) hash ^= PositiveIntValue.GetHashCode();
8702 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode();
8703 if (HasDoubleValue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DoubleValue);
8704 if (HasStringValue) hash ^= StringValue.GetHashCode();
8705 if (HasAggregateValue) hash ^= AggregateValue.GetHashCode();
8707 hash ^= _unknownFields.GetHashCode();
8709 return hash;
9047 int hash = 1;
9048 if (HasNamePart_) hash ^= NamePart_.GetHashCode();
9049 if (HasIsExtension) hash ^= IsExtension.GetHashCode();
9051 hash ^= _unknownFields.GetHashCode();
9053 return hash;
9295 int hash = 1;
9296 hash ^= location_.GetHashCode();
9298 hash ^= _unknownFields.GetHashCode();
9300 return hash;
9613 int hash = 1;
9614 hash ^= path_.GetHashCode();
9615 hash ^= span_.GetHashCode();
9616 if (HasLeadingComments) hash ^= LeadingComments.GetHashCode();
9617 if (HasTrailingComments) hash ^= TrailingComments.GetHashCode();
9618 hash ^= leadingDetachedComments_.GetHashCode();
9620 hash ^= _unknownFields.GetHashCode();
9622 return hash;
9864 int hash = 1;
9865 hash ^= annotation_.GetHashCode();
9867 hash ^= _unknownFields.GetHashCode();
9869 return hash;
10122 int hash = 1;
10123 hash ^= path_.GetHashCode();
10124 if (HasSourceFile) hash ^= SourceFile.GetHashCode();
10125 if (HasBegin) hash ^= Begin.GetHashCode();
10126 if (HasEnd) hash ^= End.GetHashCode();
10128 hash ^= _unknownFields.GetHashCode();
10130 return hash;