/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 327 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceRequest 329 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode() 330 if (payloadCase_ == PayloadOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode() 331 if (RequestedOutputFormat != 0) hash ^= RequestedOutputFormat.GetHashCode(); in GetHashCode() 593 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceResponse 595 if (resultCase_ == ResultOneofCase.ParseError) hash ^= ParseError.GetHashCode(); in GetHashCode() 596 if (resultCase_ == ResultOneofCase.SerializeError) hash ^= SerializeError.GetHashCode(); in GetHashCode() 597 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode(); in GetHashCode() 598 if (resultCase_ == ResultOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode() 599 if (resultCase_ == ResultOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 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() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | EchoMessages.cs | 141 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.DebugInfo 143 hash ^= stackEntries_.GetHashCode(); in GetHashCode() 144 if (Detail.Length != 0) hash ^= Detail.GetHashCode(); in GetHashCode() 146 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 307 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ErrorStatus 309 if (Code != 0) hash ^= Code.GetHashCode(); in GetHashCode() 310 if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); in GetHashCode() 311 if (BinaryErrorDetails.Length != 0) hash ^= BinaryErrorDetails.GetHashCode(); in GetHashCode() 313 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 673 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.RequestParams [all …]
|
D | Control.cs | 236 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.PoissonParams 238 … 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OfferedLoad); in GetHashCode() 240 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 356 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ClosedLoopParams 359 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 510 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.LoadParams 512 if (loadCase_ == LoadOneofCase.ClosedLoop) hash ^= ClosedLoop.GetHashCode(); in GetHashCode() 513 if (loadCase_ == LoadOneofCase.Poisson) hash ^= Poisson.GetHashCode(); in GetHashCode() 516 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 703 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.SecurityParams [all …]
|
D | Stats.cs | 221 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ServerStats 223 … 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(TimeElapsed); in GetHashCode() 224 … != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(TimeUser); in GetHashCode() 225 …= 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(TimeSystem); in GetHashCode() 226 if (TotalCpuTime != 0UL) hash ^= TotalCpuTime.GetHashCode(); in GetHashCode() 227 if (IdleCpuTime != 0UL) hash ^= IdleCpuTime.GetHashCode(); in GetHashCode() 228 if (CqPollCount != 0UL) hash ^= CqPollCount.GetHashCode(); in GetHashCode() 229 if (coreStats_ != null) hash ^= CoreStats.GetHashCode(); in GetHashCode() 231 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 468 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.HistogramParams [all …]
|
D | Messages.cs | 163 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.BoolValue 165 if (Value != false) hash ^= Value.GetHashCode(); in GetHashCode() 167 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 314 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.Payload 316 if (Type != 0) hash ^= Type.GetHashCode(); in GetHashCode() 317 if (Body.Length != 0) hash ^= Body.GetHashCode(); in GetHashCode() 319 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 475 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.EchoStatus 477 if (Code != 0) hash ^= Code.GetHashCode(); in GetHashCode() 478 if (Message.Length != 0) hash ^= Message.GetHashCode(); in GetHashCode() [all …]
|
D | Payloads.cs | 125 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ByteBufferParams 127 if (ReqSize != 0) hash ^= ReqSize.GetHashCode(); in GetHashCode() 128 if (RespSize != 0) hash ^= RespSize.GetHashCode(); in GetHashCode() 130 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 282 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.SimpleProtoParams 284 if (ReqSize != 0) hash ^= ReqSize.GetHashCode(); in GetHashCode() 285 if (RespSize != 0) hash ^= RespSize.GetHashCode(); in GetHashCode() 287 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 417 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ComplexProtoParams 420 hash ^= _unknownFields.GetHashCode(); in GetHashCode() [all …]
|
D | Metrics.cs | 183 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.GaugeResponse 185 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 186 if (valueCase_ == ValueOneofCase.LongValue) hash ^= LongValue.GetHashCode(); in GetHashCode() 187 …lue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DoubleValue); in GetHashCode() 188 if (valueCase_ == ValueOneofCase.StringValue) hash ^= StringValue.GetHashCode(); in GetHashCode() 191 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 364 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.GaugeRequest 366 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 368 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 480 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.EmptyMessage [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 875 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestAllTypes 877 if (SingleInt32 != 0) hash ^= SingleInt32.GetHashCode(); in GetHashCode() 878 if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); in GetHashCode() 879 if (SingleUint32 != 0) hash ^= SingleUint32.GetHashCode(); in GetHashCode() 880 if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); in GetHashCode() 881 if (SingleSint32 != 0) hash ^= SingleSint32.GetHashCode(); in GetHashCode() 882 if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); in GetHashCode() 883 if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); in GetHashCode() 884 if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); in GetHashCode() 885 if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); in GetHashCode() [all …]
|
D | UnittestWellKnownTypes.cs | 461 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestWellKnownTypes 463 if (anyField_ != null) hash ^= AnyField.GetHashCode(); in GetHashCode() 464 if (apiField_ != null) hash ^= ApiField.GetHashCode(); in GetHashCode() 465 if (durationField_ != null) hash ^= DurationField.GetHashCode(); in GetHashCode() 466 if (emptyField_ != null) hash ^= EmptyField.GetHashCode(); in GetHashCode() 467 if (fieldMaskField_ != null) hash ^= FieldMaskField.GetHashCode(); in GetHashCode() 468 if (sourceContextField_ != null) hash ^= SourceContextField.GetHashCode(); in GetHashCode() 469 if (structField_ != null) hash ^= StructField.GetHashCode(); in GetHashCode() 470 if (timestampField_ != null) hash ^= TimestampField.GetHashCode(); in GetHashCode() 471 if (typeField_ != null) hash ^= TypeField.GetHashCode(); in GetHashCode() [all …]
|
D | MapUnittestProto3.cs | 405 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMap 407 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode() 408 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode() 409 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode() 410 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode() 411 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode() 412 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode() 413 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode() 414 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode() 415 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode() [all …]
|
D | UnittestIssues.cs | 126 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307 204 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce 282 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice 402 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.NegativeEnumMessage 404 if (Value != 0) hash ^= Value.GetHashCode(); in GetHashCode() 405 hash ^= values_.GetHashCode(); in GetHashCode() 406 hash ^= packedValues_.GetHashCode(); in GetHashCode() 511 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedChild 662 public override int GetHashCode() { in GetHashCode() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage 664 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode(); in GetHashCode() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 222 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Type 224 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 225 hash ^= fields_.GetHashCode(); in GetHashCode() 226 hash ^= oneofs_.GetHashCode(); in GetHashCode() 227 hash ^= options_.GetHashCode(); in GetHashCode() 228 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 229 if (Syntax != 0) hash ^= Syntax.GetHashCode(); in GetHashCode() 527 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Field 529 if (Kind != 0) hash ^= Kind.GetHashCode(); in GetHashCode() 530 if (Cardinality != 0) hash ^= Cardinality.GetHashCode(); in GetHashCode() [all …]
|
D | Api.cs | 220 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Api 222 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 223 hash ^= methods_.GetHashCode(); in GetHashCode() 224 hash ^= options_.GetHashCode(); in GetHashCode() 225 if (Version.Length != 0) hash ^= Version.GetHashCode(); in GetHashCode() 226 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode(); in GetHashCode() 227 hash ^= mixins_.GetHashCode(); in GetHashCode() 228 if (Syntax != 0) hash ^= Syntax.GetHashCode(); in GetHashCode() 493 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Method 495 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() [all …]
|
D | Wrappers.cs | 114 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.DoubleValue 116 if (Value != 0D) hash ^= Value.GetHashCode(); in GetHashCode() 225 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.FloatValue 227 if (Value != 0F) hash ^= Value.GetHashCode(); in GetHashCode() 336 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Int64Value 338 if (Value != 0L) hash ^= Value.GetHashCode(); in GetHashCode() 447 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.UInt64Value 449 if (Value != 0UL) hash ^= Value.GetHashCode(); in GetHashCode() 558 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Int32Value 560 if (Value != 0) hash ^= Value.GetHashCode(); in GetHashCode() [all …]
|
D | Struct.cs | 133 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Struct 135 hash ^= Fields.GetHashCode(); in GetHashCode() 352 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.Value 354 if (kindCase_ == KindOneofCase.NullValue) hash ^= NullValue.GetHashCode(); in GetHashCode() 355 if (kindCase_ == KindOneofCase.NumberValue) hash ^= NumberValue.GetHashCode(); in GetHashCode() 356 if (kindCase_ == KindOneofCase.StringValue) hash ^= StringValue.GetHashCode(); in GetHashCode() 357 if (kindCase_ == KindOneofCase.BoolValue) hash ^= BoolValue.GetHashCode(); in GetHashCode() 358 if (kindCase_ == KindOneofCase.StructValue) hash ^= StructValue.GetHashCode(); in GetHashCode() 359 if (kindCase_ == KindOneofCase.ListValue) hash ^= ListValue.GetHashCode(); in GetHashCode() 552 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.WellKnownTypes.ListValue [all …]
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuide.cs | 139 public override int GetHashCode() { in GetHashCode() method in Routeguide.Point 141 if (Latitude != 0) hash ^= Latitude.GetHashCode(); in GetHashCode() 142 if (Longitude != 0) hash ^= Longitude.GetHashCode(); in GetHashCode() 144 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 306 public override int GetHashCode() { in GetHashCode() method in Routeguide.Rectangle 308 if (lo_ != null) hash ^= Lo.GetHashCode(); in GetHashCode() 309 if (hi_ != null) hash ^= Hi.GetHashCode(); in GetHashCode() 311 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 486 public override int GetHashCode() { in GetHashCode() method in Routeguide.Feature 488 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | Reflection.cs | 267 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ServerReflectionRequest 269 if (Host.Length != 0) hash ^= Host.GetHashCode(); in GetHashCode() 270 …essageRequestCase_ == MessageRequestOneofCase.FileByFilename) hash ^= FileByFilename.GetHashCode(); in GetHashCode() 271 …tCase_ == MessageRequestOneofCase.FileContainingSymbol) hash ^= FileContainingSymbol.GetHashCode(); in GetHashCode() 272 … == MessageRequestOneofCase.FileContainingExtension) hash ^= FileContainingExtension.GetHashCode(); in GetHashCode() 273 …MessageRequestOneofCase.AllExtensionNumbersOfType) hash ^= AllExtensionNumbersOfType.GetHashCode(); in GetHashCode() 274 …f (messageRequestCase_ == MessageRequestOneofCase.ListServices) hash ^= ListServices.GetHashCode(); in GetHashCode() 277 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 503 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ExtensionRequest 505 if (ContainingType.Length != 0) hash ^= ContainingType.GetHashCode(); in GetHashCode() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Examples/ |
D | Math.cs | 126 public override int GetHashCode() { in GetHashCode() method in Math.DivArgs 128 if (Dividend != 0L) hash ^= Dividend.GetHashCode(); in GetHashCode() 129 if (Divisor != 0L) hash ^= Divisor.GetHashCode(); in GetHashCode() 131 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 283 public override int GetHashCode() { in GetHashCode() method in Math.DivReply 285 if (Quotient != 0L) hash ^= Quotient.GetHashCode(); in GetHashCode() 286 if (Remainder != 0L) hash ^= Remainder.GetHashCode(); in GetHashCode() 288 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 427 public override int GetHashCode() { in GetHashCode() method in Math.FibArgs 429 if (Limit != 0L) hash ^= Limit.GetHashCode(); in GetHashCode() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | EqualityTester.cs | 49 Assert.AreEqual(first.GetHashCode(), second.GetHashCode()); 60 Assert.AreNotEqual(first.GetHashCode(), second.GetHashCode());
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/ |
D | Stats.cs | 122 public override int GetHashCode() { in GetHashCode() method in Grpc.Core.Bucket 124 …art != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Start); in GetHashCode() 125 if (Count != 0UL) hash ^= Count.GetHashCode(); in GetHashCode() 127 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 265 public override int GetHashCode() { in GetHashCode() method in Grpc.Core.Histogram 267 hash ^= buckets_.GetHashCode(); in GetHashCode() 269 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 440 public override int GetHashCode() { in GetHashCode() method in Grpc.Core.Metric 442 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 443 if (valueCase_ == ValueOneofCase.Count) hash ^= Count.GetHashCode(); in GetHashCode() [all …]
|
/external/protobuf/csharp/src/AddressBook/ |
D | Addressbook.cs | 139 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Examples.AddressBook.Person 141 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 142 if (Id != 0) hash ^= Id.GetHashCode(); in GetHashCode() 143 if (Email.Length != 0) hash ^= Email.GetHashCode(); in GetHashCode() 144 hash ^= phones_.GetHashCode(); in GetHashCode() 300 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber 302 if (Number.Length != 0) hash ^= Number.GetHashCode(); in GetHashCode() 303 if (Type != 0) hash ^= Type.GetHashCode(); in GetHashCode() 425 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.Examples.AddressBook.AddressBook 427 hash ^= people_.GetHashCode(); in GetHashCode()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | Helloworld.cs | 110 public override int GetHashCode() { in GetHashCode() method in Helloworld.HelloRequest 112 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 114 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 242 public override int GetHashCode() { in GetHashCode() method in Helloworld.HelloReply 244 if (Message.Length != 0) hash ^= Message.GetHashCode(); in GetHashCode() 246 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | Helloworld.cs | 110 public override int GetHashCode() { in GetHashCode() method in Helloworld.HelloRequest 112 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode() 114 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 242 public override int GetHashCode() { in GetHashCode() method in Helloworld.HelloReply 244 if (Message.Length != 0) hash ^= Message.GetHashCode(); in GetHashCode() 246 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/ |
D | Health.cs | 111 public override int GetHashCode() { in GetHashCode() method in Grpc.Health.V1.HealthCheckRequest 113 if (Service.Length != 0) hash ^= Service.GetHashCode(); in GetHashCode() 115 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 240 public override int GetHashCode() { in GetHashCode() method in Grpc.Health.V1.HealthCheckResponse 242 if (Status != 0) hash ^= Status.GetHashCode(); in GetHashCode() 244 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
|