Home
last modified time | relevance | path

Searched defs:Equals (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DProtobufEqualityComparers.cs85 public override bool Equals(double x, double y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseDoubleEqualityComparerImpl
97 public override bool Equals(float x, float y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseSingleEqualityComparerImpl
106 public override bool Equals(double? x, double? y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparerImpl
119 public override bool Equals(float? x, float? y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparerImpl
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DProtobufEqualityComparers.cs85 public override bool Equals(double x, double y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseDoubleEqualityComparerImpl
97 public override bool Equals(float x, float y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseSingleEqualityComparerImpl
106 public override bool Equals(double? x, double? y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparerImpl
119 public override bool Equals(float? x, float? y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparerImpl
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs356 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
362 public bool Equals(TestMessageWithCustomOptions other) { in Equals() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
579 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
585 public bool Equals(CustomOptionFooRequest other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
731 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
737 public bool Equals(CustomOptionFooResponse other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
883 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
889 public bool Equals(CustomOptionFooClientMessage other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
1035 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
1041 public bool Equals(CustomOptionFooServerMessage other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
[all …]
DUnittestIssues.cs150 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307
156 public bool Equals(Issue307 other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307
305 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
311 public bool Equals(NestedOnce other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
460 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
466 public bool Equals(NestedTwice other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
659 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
665 public bool Equals(NegativeEnumMessage other) { in Equals() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
867 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.DeprecatedChild
873 public bool Equals(DeprecatedChild other) { in Equals() method in UnitTest.Issues.TestProtos.DeprecatedChild
[all …]
DUnittestProto3.cs950 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes
956 public bool Equals(TestAllTypes other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes
2152 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2158 public bool Equals(NestedMessage other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2374 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.NestedTestAllTypes
2380 public bool Equals(NestedTestAllTypes other) { in Equals() method in Google.Protobuf.TestProtos.NestedTestAllTypes
2620 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2626 public bool Equals(TestDeprecatedFields other) { in Equals() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2813 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.ForeignMessage
2819 public bool Equals(ForeignMessage other) { in Equals() method in Google.Protobuf.TestProtos.ForeignMessage
[all …]
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs356 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
362 public bool Equals(TestMessageWithCustomOptions other) { in Equals() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
579 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
585 public bool Equals(CustomOptionFooRequest other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
731 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
737 public bool Equals(CustomOptionFooResponse other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
883 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
889 public bool Equals(CustomOptionFooClientMessage other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
1035 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
1041 public bool Equals(CustomOptionFooServerMessage other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
[all …]
DUnittestIssues.cs146 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307
152 public bool Equals(Issue307 other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307
301 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
307 public bool Equals(NestedOnce other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
456 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
462 public bool Equals(NestedTwice other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
655 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
661 public bool Equals(NegativeEnumMessage other) { in Equals() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
863 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.DeprecatedChild
869 public bool Equals(DeprecatedChild other) { in Equals() method in UnitTest.Issues.TestProtos.DeprecatedChild
[all …]
DUnittestProto3.cs950 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes
956 public bool Equals(TestAllTypes other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes
2152 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2158 public bool Equals(NestedMessage other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2374 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.NestedTestAllTypes
2380 public bool Equals(NestedTestAllTypes other) { in Equals() method in Google.Protobuf.TestProtos.NestedTestAllTypes
2620 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2626 public bool Equals(TestDeprecatedFields other) { in Equals() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2813 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.ForeignMessage
2819 public bool Equals(ForeignMessage other) { in Equals() method in Google.Protobuf.TestProtos.ForeignMessage
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs146 public override bool Equals(object other) { in Equals() method in Grpc.Testing.BoolValue
151 public bool Equals(BoolValue other) { in Equals() method in Grpc.Testing.BoolValue
296 public override bool Equals(object other) { in Equals() method in Grpc.Testing.Payload
301 public bool Equals(Payload other) { in Equals() method in Grpc.Testing.Payload
457 public override bool Equals(object other) { in Equals() method in Grpc.Testing.EchoStatus
462 public bool Equals(EchoStatus other) { in Equals() method in Grpc.Testing.EchoStatus
717 public override bool Equals(object other) { in Equals() method in Grpc.Testing.SimpleRequest
722 public bool Equals(SimpleRequest other) { in Equals() method in Grpc.Testing.SimpleRequest
1019 public override bool Equals(object other) { in Equals() method in Grpc.Testing.SimpleResponse
1024 public bool Equals(SimpleResponse other) { in Equals() method in Grpc.Testing.SimpleResponse
[all …]
DControl.cs219 public override bool Equals(object other) { in Equals() method in Grpc.Testing.PoissonParams
224 public bool Equals(PoissonParams other) { in Equals() method in Grpc.Testing.PoissonParams
340 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ClosedLoopParams
345 public bool Equals(ClosedLoopParams other) { in Equals() method in Grpc.Testing.ClosedLoopParams
491 public override bool Equals(object other) { in Equals() method in Grpc.Testing.LoadParams
496 public bool Equals(LoadParams other) { in Equals() method in Grpc.Testing.LoadParams
684 public override bool Equals(object other) { in Equals() method in Grpc.Testing.SecurityParams
689 public bool Equals(SecurityParams other) { in Equals() method in Grpc.Testing.SecurityParams
895 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ChannelArg
900 public bool Equals(ChannelArg other) { in Equals() method in Grpc.Testing.ChannelArg
[all …]
DPayloads.cs107 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ByteBufferParams
112 public bool Equals(ByteBufferParams other) { in Equals() method in Grpc.Testing.ByteBufferParams
264 public override bool Equals(object other) { in Equals() method in Grpc.Testing.SimpleProtoParams
269 public bool Equals(SimpleProtoParams other) { in Equals() method in Grpc.Testing.SimpleProtoParams
401 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ComplexProtoParams
406 public bool Equals(ComplexProtoParams other) { in Equals() method in Grpc.Testing.ComplexProtoParams
567 public override bool Equals(object other) { in Equals() method in Grpc.Testing.PayloadConfig
572 public bool Equals(PayloadConfig other) { in Equals() method in Grpc.Testing.PayloadConfig
DMetrics.cs162 public override bool Equals(object other) { in Equals() method in Grpc.Testing.GaugeResponse
167 public bool Equals(GaugeResponse other) { in Equals() method in Grpc.Testing.GaugeResponse
347 public override bool Equals(object other) { in Equals() method in Grpc.Testing.GaugeRequest
352 public bool Equals(GaugeRequest other) { in Equals() method in Grpc.Testing.GaugeRequest
464 public override bool Equals(object other) { in Equals() method in Grpc.Testing.EmptyMessage
469 public bool Equals(EmptyMessage other) { in Equals() method in Grpc.Testing.EmptyMessage
DEchoMessages.cs123 public override bool Equals(object other) { in Equals() method in Grpc.Testing.DebugInfo
128 public bool Equals(DebugInfo other) { in Equals() method in Grpc.Testing.DebugInfo
288 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ErrorStatus
293 public bool Equals(ErrorStatus other) { in Equals() method in Grpc.Testing.ErrorStatus
641 public override bool Equals(object other) { in Equals() method in Grpc.Testing.RequestParams
646 public bool Equals(RequestParams other) { in Equals() method in Grpc.Testing.RequestParams
1034 public override bool Equals(object other) { in Equals() method in Grpc.Testing.EchoRequest
1039 public bool Equals(EchoRequest other) { in Equals() method in Grpc.Testing.EchoRequest
1209 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ResponseParams
1214 public bool Equals(ResponseParams other) { in Equals() method in Grpc.Testing.ResponseParams
[all …]
DStats.cs198 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ServerStats
203 public bool Equals(ServerStats other) { in Equals() method in Grpc.Testing.ServerStats
450 public override bool Equals(object other) { in Equals() method in Grpc.Testing.HistogramParams
455 public bool Equals(HistogramParams other) { in Equals() method in Grpc.Testing.HistogramParams
657 public override bool Equals(object other) { in Equals() method in Grpc.Testing.HistogramData
662 public bool Equals(HistogramData other) { in Equals() method in Grpc.Testing.HistogramData
872 public override bool Equals(object other) { in Equals() method in Grpc.Testing.RequestResultCount
877 public bool Equals(RequestResultCount other) { in Equals() method in Grpc.Testing.RequestResultCount
1103 public override bool Equals(object other) { in Equals() method in Grpc.Testing.ClientStats
1108 public bool Equals(ClientStats other) { in Equals() method in Grpc.Testing.ClientStats
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs122 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.DoubleValue
128 public bool Equals(DoubleValue other) { in Equals() method in Google.Protobuf.WellKnownTypes.DoubleValue
319 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.FloatValue
325 public bool Equals(FloatValue other) { in Equals() method in Google.Protobuf.WellKnownTypes.FloatValue
516 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int64Value
522 public bool Equals(Int64Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int64Value
713 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.UInt64Value
719 public bool Equals(UInt64Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.UInt64Value
910 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int32Value
916 public bool Equals(Int32Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int32Value
[all …]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs122 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.DoubleValue
128 public bool Equals(DoubleValue other) { in Equals() method in Google.Protobuf.WellKnownTypes.DoubleValue
319 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.FloatValue
325 public bool Equals(FloatValue other) { in Equals() method in Google.Protobuf.WellKnownTypes.FloatValue
516 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int64Value
522 public bool Equals(Int64Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int64Value
713 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.UInt64Value
719 public bool Equals(UInt64Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.UInt64Value
910 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int32Value
916 public bool Equals(Int32Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.Int32Value
[all …]
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs108 public override bool Equals(object other) { in Equals() method in Math.DivArgs
113 public bool Equals(DivArgs other) { in Equals() method in Math.DivArgs
265 public override bool Equals(object other) { in Equals() method in Math.DivReply
270 public bool Equals(DivReply other) { in Equals() method in Math.DivReply
410 public override bool Equals(object other) { in Equals() method in Math.FibArgs
415 public bool Equals(FibArgs other) { in Equals() method in Math.FibArgs
539 public override bool Equals(object other) { in Equals() method in Math.Num
544 public bool Equals(Num other) { in Equals() method in Math.Num
668 public override bool Equals(object other) { in Equals() method in Math.FibReply
673 public bool Equals(FibReply other) { in Equals() method in Math.FibReply
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs121 public override bool Equals(object other) { in Equals() method in Routeguide.Point
126 public bool Equals(Point other) { in Equals() method in Routeguide.Point
288 public override bool Equals(object other) { in Equals() method in Routeguide.Rectangle
293 public bool Equals(Rectangle other) { in Equals() method in Routeguide.Rectangle
468 public override bool Equals(object other) { in Equals() method in Routeguide.Feature
473 public bool Equals(Feature other) { in Equals() method in Routeguide.Feature
640 public override bool Equals(object other) { in Equals() method in Routeguide.RouteNote
645 public bool Equals(RouteNote other) { in Equals() method in Routeguide.RouteNote
846 public override bool Equals(object other) { in Equals() method in Routeguide.RouteSummary
851 public bool Equals(RouteSummary other) { in Equals() method in Routeguide.RouteSummary
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflection.cs244 public override bool Equals(object other) { in Equals() method in Grpc.Reflection.V1Alpha.ServerReflectionRequest
249 public bool Equals(ServerReflectionRequest other) { in Equals() method in Grpc.Reflection.V1Alpha.ServerReflectionRequest
485 public override bool Equals(object other) { in Equals() method in Grpc.Reflection.V1Alpha.ExtensionRequest
490 public bool Equals(ExtensionRequest other) { in Equals() method in Grpc.Reflection.V1Alpha.ExtensionRequest
742 public override bool Equals(object other) { in Equals() method in Grpc.Reflection.V1Alpha.ServerReflectionResponse
747 public bool Equals(ServerReflectionResponse other) { in Equals() method in Grpc.Reflection.V1Alpha.ServerReflectionResponse
1003 public override bool Equals(object other) { in Equals() method in Grpc.Reflection.V1Alpha.FileDescriptorResponse
1008 public bool Equals(FileDescriptorResponse other) { in Equals() method in Grpc.Reflection.V1Alpha.FileDescriptorResponse
1144 public override bool Equals(object other) { in Equals() method in Grpc.Reflection.V1Alpha.ExtensionNumberResponse
1149 public bool Equals(ExtensionNumberResponse other) { in Equals() method in Grpc.Reflection.V1Alpha.ExtensionNumberResponse
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs104 public override bool Equals(object other) { in Equals() method in Grpc.Core.Bucket
109 public bool Equals(Bucket other) { in Equals() method in Grpc.Core.Bucket
248 public override bool Equals(object other) { in Equals() method in Grpc.Core.Histogram
253 public bool Equals(Histogram other) { in Equals() method in Grpc.Core.Histogram
420 public override bool Equals(object other) { in Equals() method in Grpc.Core.Metric
425 public bool Equals(Metric other) { in Equals() method in Grpc.Core.Metric
593 public override bool Equals(object other) { in Equals() method in Grpc.Core.Stats
598 public bool Equals(Stats other) { in Equals() method in Grpc.Core.Stats
/external/catch2/include/internal/
Dcatch_objc.hpp126 struct Equals : StringHolder { struct
127 Equals( NSString* substr ) : StringHolder( substr ){} in Equals() argument
129 bool match( NSString* str ) const override { in match()
134 std::string describe() const override { in describe()
181 Equals( NSString* substr ){ return Impl::NSStringMatchers::Equals( substr ); } in Equals() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_priority_test.cc19 TEST(HttpStreamPriority, Equals) { in TEST() argument
42 TEST(WebTransportStreamPriority, Equals) { in TEST() argument
62 TEST(QuicStreamPriority, Equals) { in TEST() argument
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworld.cs93 public override bool Equals(object other) { in Equals() method in Helloworld.HelloRequest
98 public bool Equals(HelloRequest other) { in Equals() method in Helloworld.HelloRequest
225 public override bool Equals(object other) { in Equals() method in Helloworld.HelloReply
230 public bool Equals(HelloReply other) { in Equals() method in Helloworld.HelloReply
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworld.cs93 public override bool Equals(object other) { in Equals() method in Helloworld.HelloRequest
98 public bool Equals(HelloRequest other) { in Equals() method in Helloworld.HelloRequest
225 public override bool Equals(object other) { in Equals() method in Helloworld.HelloReply
230 public bool Equals(HelloReply other) { in Equals() method in Helloworld.HelloReply
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworld.cs89 public override bool Equals(object other) { in Equals() method in Helloworld.HelloRequest
94 public bool Equals(HelloRequest other) { in Equals() method in Helloworld.HelloRequest
209 public override bool Equals(object other) { in Equals() method in Helloworld.HelloReply
214 public bool Equals(HelloReply other) { in Equals() method in Helloworld.HelloReply

12345678910