Home
last modified time | relevance | path

Searched refs:Equals (Results 1 - 25 of 230) sorted by relevance

12345678910

/third_party/vixl/test/aarch64/
H A Dtest-abi.cc50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0))); in TEST()
51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0))); in TEST()
52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0))); in TEST()
53 VIXL_CHECK(abi.GetReturnGenericOperand<uint8_t>().Equals(GenericOperand(w0))); in TEST()
55 .Equals( // NOLINT(google-runtime-int) in TEST()
57 VIXL_CHECK(abi.GetReturnGenericOperand<int16_t>().Equals(GenericOperand(w0))); in TEST()
59 abi.GetReturnGenericOperand<uint16_t>().Equals(GenericOperand(w0))); in TEST()
60 VIXL_CHECK(abi.GetReturnGenericOperand<int>().Equals(GenericOperand(w0))); in TEST()
61 VIXL_CHECK(abi.GetReturnGenericOperand<int32_t>().Equals(GenericOperand(w0))); in TEST()
63 abi.GetReturnGenericOperand<uint32_t>().Equals(GenericOperan in TEST()
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatch_test.cc50 ASSERT_FALSE(match1.Equals(match2)); in TEST()
52 EXPECT_TRUE(match1.Equals(match2)); in TEST()
57 ASSERT_FALSE(match1.Equals(match2)); in TEST()
60 EXPECT_TRUE(match1.Equals(match2)); in TEST()
63 ASSERT_FALSE(match1.Equals(match2)); in TEST()
70 ASSERT_FALSE(match1.Equals(match2)); in TEST()
73 ASSERT_TRUE(match1.Equals(match2)); in TEST()
79 ASSERT_TRUE(match3.Equals(match4)); in TEST()
80 ASSERT_TRUE(match4.Equals(match2)); in TEST()
88 ASSERT_TRUE(match1.Equals(match in TEST()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs113 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.DoubleValue
114 return Equals(other as DoubleValue); in Equals()
118 public bool Equals(DoubleValue other) { in Equals() method in Google.Protobuf.WellKnownTypes.DoubleValue
125 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Value, other.Value)) return false; in Equals()
126 return Equals(_unknownFields, other._unknownFields); in Equals()
293 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.FloatValue
294 return Equals(other as FloatValue); in Equals()
298 public bool Equals(FloatValue other) { in Equals() method in Google.Protobuf.WellKnownTypes.FloatValue
305 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Value, other.Value)) return false; in Equals()
306 return Equals(_unknownField in Equals()
473 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.Int64Value
478 public bool Equals(Int64Value other) { Equals() method in Google.Protobuf.WellKnownTypes.Int64Value
653 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.UInt64Value
658 public bool Equals(UInt64Value other) { Equals() method in Google.Protobuf.WellKnownTypes.UInt64Value
833 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.Int32Value
838 public bool Equals(Int32Value other) { Equals() method in Google.Protobuf.WellKnownTypes.Int32Value
1013 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.UInt32Value
1018 public bool Equals(UInt32Value other) { Equals() method in Google.Protobuf.WellKnownTypes.UInt32Value
1193 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.BoolValue
1198 public bool Equals(BoolValue other) { Equals() method in Google.Protobuf.WellKnownTypes.BoolValue
1373 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.StringValue
1378 public bool Equals(StringValue other) { Equals() method in Google.Protobuf.WellKnownTypes.StringValue
1553 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.BytesValue
1558 public bool Equals(BytesValue other) { Equals() method in Google.Protobuf.WellKnownTypes.BytesValue
[all...]
H A DApi.cs227 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Api
228 return Equals(other as Api); in Equals()
232 public bool Equals(Api other) { in Equals() method in Google.Protobuf.WellKnownTypes.Api
240 if(!methods_.Equals(other.methods_)) return false; in Equals()
241 if(!options_.Equals(other.options_)) return false; in Equals()
243 if (!object.Equals(SourceContext, other.SourceContext)) return false; in Equals()
244 if(!mixins_.Equals(other.mixins_)) return false; in Equals()
246 return Equals(_unknownFields, other._unknownFields); in Equals()
617 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Method
618 return Equals(othe in Equals()
622 public bool Equals(Method other) { Equals() method in Google.Protobuf.WellKnownTypes.Method
1022 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.Mixin
1027 public bool Equals(Mixin other) { Equals() method in Google.Protobuf.WellKnownTypes.Mixin
[all...]
H A DStruct.cs132 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Struct
133 return Equals(other as Struct); in Equals()
137 public bool Equals(Struct other) { in Equals() method in Google.Protobuf.WellKnownTypes.Struct
144 if (!Fields.Equals(other.Fields)) return false; in Equals()
145 return Equals(_unknownFields, other._unknownFields); in Equals()
418 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Value
419 return Equals(other as Value); in Equals()
423 public bool Equals(Value other) { in Equals() method in Google.Protobuf.WellKnownTypes.Value
431 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(NumberValue, other.NumberValue)) return false; in Equals()
434 if (!object.Equals(StructValu in Equals()
750 public override bool Equals(object other) { Equals() method in Google.Protobuf.WellKnownTypes.ListValue
755 public bool Equals(ListValue other) { Equals() method in Google.Protobuf.WellKnownTypes.ListValue
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A 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
109 : BitwiseDoubleEqualityComparer.Equals(x.Value, y.Value); in Equals()
119 public override bool Equals(float? x, float? y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparerImpl
122 : BitwiseSingleEqualityComparer.Equals(x.Value, y.Value); in Equals()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs345 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
346 return Equals(other as TestMessageWithCustomOptions); in Equals()
350 public bool Equals(TestMessageWithCustomOptions other) { in Equals() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
360 return Equals(_unknownFields, other._unknownFields); in Equals()
551 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
552 return Equals(other as CustomOptionFooRequest); in Equals()
556 public bool Equals(CustomOptionFooRequest other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
563 return Equals(_unknownFields, other._unknownFields); in Equals()
687 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
688 return Equals(othe in Equals()
692 public bool Equals(CustomOptionFooResponse other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
823 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
828 public bool Equals(CustomOptionFooClientMessage other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
959 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
964 public bool Equals(CustomOptionFooServerMessage other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
1095 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.DummyMessageContainingEnum
1100 public bool Equals(DummyMessageContainingEnum other) { Equals() method in UnitTest.Issues.TestProtos.DummyMessageContainingEnum
1244 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.DummyMessageInvalidAsOptionType
1249 public bool Equals(DummyMessageInvalidAsOptionType other) { Equals() method in UnitTest.Issues.TestProtos.DummyMessageInvalidAsOptionType
1380 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionMinIntegerValues
1385 public bool Equals(CustomOptionMinIntegerValues other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionMinIntegerValues
1516 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionMaxIntegerValues
1521 public bool Equals(CustomOptionMaxIntegerValues other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionMaxIntegerValues
1652 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionOtherValues
1657 public bool Equals(CustomOptionOtherValues other) { Equals() method in UnitTest.Issues.TestProtos.CustomOptionOtherValues
1788 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.SettingRealsFromPositiveInts
1793 public bool Equals(SettingRealsFromPositiveInts other) { Equals() method in UnitTest.Issues.TestProtos.SettingRealsFromPositiveInts
1924 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.SettingRealsFromNegativeInts
1929 public bool Equals(SettingRealsFromNegativeInts other) { Equals() method in UnitTest.Issues.TestProtos.SettingRealsFromNegativeInts
2107 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType1
2112 public bool Equals(ComplexOptionType1 other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType1
2378 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType2
2383 public bool Equals(ComplexOptionType2 other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType2
2632 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType2.Types.ComplexOptionType4
2637 public bool Equals(ComplexOptionType4 other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType2.Types.ComplexOptionType4
2818 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType3
2823 public bool Equals(ComplexOptionType3 other) { Equals() method in UnitTest.Issues.TestProtos.ComplexOptionType3
2981 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.VariousComplexOptions
2986 public bool Equals(VariousComplexOptions other) { Equals() method in UnitTest.Issues.TestProtos.VariousComplexOptions
3159 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.Aggregate
3164 public bool Equals(Aggregate other) { Equals() method in UnitTest.Issues.TestProtos.Aggregate
3388 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.AggregateMessage
3393 public bool Equals(AggregateMessage other) { Equals() method in UnitTest.Issues.TestProtos.AggregateMessage
3551 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.NestedOptionType
3556 public bool Equals(NestedOptionType other) { Equals() method in UnitTest.Issues.TestProtos.NestedOptionType
3706 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.NestedOptionType.Types.NestedMessage
3711 public bool Equals(NestedMessage other) { Equals() method in UnitTest.Issues.TestProtos.NestedOptionType.Types.NestedMessage
[all...]
H A DMapUnittestProto3.cs404 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestMap
405 return Equals(other as TestMap); in Equals()
409 public bool Equals(TestMap other) { in Equals() method in Google.Protobuf.TestProtos.TestMap
416 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
417 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false; in Equals()
418 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false; in Equals()
419 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false; in Equals()
420 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false; in Equals()
421 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false; in Equals()
422 if (!MapFixed32Fixed32.Equals(othe in Equals()
790 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestMapSubmessage
795 public bool Equals(TestMapSubmessage other) { Equals() method in Google.Protobuf.TestProtos.TestMapSubmessage
970 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestMessageMap
975 public bool Equals(TestMessageMap other) { Equals() method in Google.Protobuf.TestProtos.TestMessageMap
1145 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestSameTypeMap
1150 public bool Equals(TestSameTypeMap other) { Equals() method in Google.Protobuf.TestProtos.TestSameTypeMap
1474 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestArenaMap
1479 public bool Equals(TestArenaMap other) { Equals() method in Google.Protobuf.TestProtos.TestArenaMap
1835 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.MessageContainingEnumCalledType
1840 public bool Equals(MessageContainingEnumCalledType other) { Equals() method in Google.Protobuf.TestProtos.MessageContainingEnumCalledType
2010 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
2015 public bool Equals(MessageContainingMapCalledEntry other) { Equals() method in Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
[all...]
H A DUnittestProto3.cs893 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes
894 return Equals(other as TestAllTypes); in Equals()
898 public bool Equals(TestAllTypes other) { in Equals() method in Google.Protobuf.TestProtos.TestAllTypes
915 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(SingleFloat, other.SingleFloat)) return false; in Equals()
916 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(SingleDouble, other.SingleDouble)) return false; in Equals()
920 if (!object.Equals(SingleNestedMessage, other.SingleNestedMessage)) return false; in Equals()
921 if (!object.Equals(SingleForeignMessage, other.SingleForeignMessage)) return false; in Equals()
922 if (!object.Equals(SingleImportMessage, other.SingleImportMessage)) return false; in Equals()
926 if (!object.Equals(SinglePublicImportMessage, other.SinglePublicImportMessage)) return false; in Equals()
927 if(!repeatedInt32_.Equals(othe in Equals()
2077 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2082 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
2280 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.NestedTestAllTypes
2285 public bool Equals(NestedTestAllTypes other) { Equals() method in Google.Protobuf.TestProtos.NestedTestAllTypes
2509 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2514 public bool Equals(TestDeprecatedFields other) { Equals() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2685 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.ForeignMessage
2690 public bool Equals(ForeignMessage other) { Equals() method in Google.Protobuf.TestProtos.ForeignMessage
2845 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestReservedFields
2850 public bool Equals(TestReservedFields other) { Equals() method in Google.Protobuf.TestProtos.TestReservedFields
2996 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestForeignNested
3001 public bool Equals(TestForeignNested other) { Equals() method in Google.Protobuf.TestProtos.TestForeignNested
3196 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
3201 public bool Equals(TestReallyLargeTagNumber other) { Equals() method in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
3404 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestRecursiveMessage
3409 public bool Equals(TestRecursiveMessage other) { Equals() method in Google.Protobuf.TestProtos.TestRecursiveMessage
3612 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestMutualRecursionA
3617 public bool Equals(TestMutualRecursionA other) { Equals() method in Google.Protobuf.TestProtos.TestMutualRecursionA
3805 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestMutualRecursionB
3810 public bool Equals(TestMutualRecursionB other) { Equals() method in Google.Protobuf.TestProtos.TestMutualRecursionB
4010 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestEnumAllowAlias
4015 public bool Equals(TestEnumAllowAlias other) { Equals() method in Google.Protobuf.TestProtos.TestEnumAllowAlias
4266 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
4271 public bool Equals(TestCamelCaseFieldNames other) { Equals() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
4619 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestFieldOrderings
4624 public bool Equals(TestFieldOrderings other) { Equals() method in Google.Protobuf.TestProtos.TestFieldOrderings
4891 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
4896 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
5092 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.SparseEnumMessage
5097 public bool Equals(SparseEnumMessage other) { Equals() method in Google.Protobuf.TestProtos.SparseEnumMessage
5267 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.OneString
5272 public bool Equals(OneString other) { Equals() method in Google.Protobuf.TestProtos.OneString
5438 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.MoreString
5443 public bool Equals(MoreString other) { Equals() method in Google.Protobuf.TestProtos.MoreString
5600 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.OneBytes
5605 public bool Equals(OneBytes other) { Equals() method in Google.Protobuf.TestProtos.OneBytes
5772 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.MoreBytes
5777 public bool Equals(MoreBytes other) { Equals() method in Google.Protobuf.TestProtos.MoreBytes
5947 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Int32Message
5952 public bool Equals(Int32Message other) { Equals() method in Google.Protobuf.TestProtos.Int32Message
6119 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Uint32Message
6124 public bool Equals(Uint32Message other) { Equals() method in Google.Protobuf.TestProtos.Uint32Message
6291 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Int64Message
6296 public bool Equals(Int64Message other) { Equals() method in Google.Protobuf.TestProtos.Int64Message
6463 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Uint64Message
6468 public bool Equals(Uint64Message other) { Equals() method in Google.Protobuf.TestProtos.Uint64Message
6635 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.BoolMessage
6640 public bool Equals(BoolMessage other) { Equals() method in Google.Protobuf.TestProtos.BoolMessage
6863 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestOneof
6868 public bool Equals(TestOneof other) { Equals() method in Google.Protobuf.TestProtos.TestOneof
7243 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestPackedTypes
7248 public bool Equals(TestPackedTypes other) { Equals() method in Google.Protobuf.TestProtos.TestPackedTypes
7761 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestUnpackedTypes
7766 public bool Equals(TestUnpackedTypes other) { Equals() method in Google.Protobuf.TestProtos.TestUnpackedTypes
8201 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
8206 public bool Equals(TestRepeatedScalarDifferentTagSizes other) { Equals() method in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
8448 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestCommentInjectionMessage
8453 public bool Equals(TestCommentInjectionMessage other) { Equals() method in Google.Protobuf.TestProtos.TestCommentInjectionMessage
8611 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.FooRequest
8616 public bool Equals(FooRequest other) { Equals() method in Google.Protobuf.TestProtos.FooRequest
8747 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.FooResponse
8752 public bool Equals(FooResponse other) { Equals() method in Google.Protobuf.TestProtos.FooResponse
8883 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.FooClientMessage
8888 public bool Equals(FooClientMessage other) { Equals() method in Google.Protobuf.TestProtos.FooClientMessage
9019 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.FooServerMessage
9024 public bool Equals(FooServerMessage other) { Equals() method in Google.Protobuf.TestProtos.FooServerMessage
9155 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.BarRequest
9160 public bool Equals(BarRequest other) { Equals() method in Google.Protobuf.TestProtos.BarRequest
9291 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.BarResponse
9296 public bool Equals(BarResponse other) { Equals() method in Google.Protobuf.TestProtos.BarResponse
9427 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.TestEmptyMessage
9432 public bool Equals(TestEmptyMessage other) { Equals() method in Google.Protobuf.TestProtos.TestEmptyMessage
9581 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.CommentMessage
9586 public bool Equals(CommentMessage other) { Equals() method in Google.Protobuf.TestProtos.CommentMessage
9771 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.CommentMessage.Types.NestedCommentMessage
9776 public bool Equals(NestedCommentMessage other) { Equals() method in Google.Protobuf.TestProtos.CommentMessage.Types.NestedCommentMessage
[all...]
H A DTestMessagesProto3.cs2091 public override bool Equals(object other) { in Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
2092 return Equals(other as TestAllTypesProto3); in Equals()
2096 public bool Equals(TestAllTypesProto3 other) { in Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
2113 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OptionalFloat, other.OptionalFloat)) return false; in Equals()
2114 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OptionalDouble, other.OptionalDouble)) return false; in Equals()
2118 if (!object.Equals(OptionalNestedMessage, other.OptionalNestedMessage)) return false; in Equals()
2119 if (!object.Equals(OptionalForeignMessage, other.OptionalForeignMessage)) return false; in Equals()
2125 if (!object.Equals(RecursiveMessage, other.RecursiveMessage)) return false; in Equals()
2126 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2127 if(!repeatedInt64_.Equals(othe in Equals()
5249 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage
5254 public bool Equals(NestedMessage other) { Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage
5459 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto3.ForeignMessage
5464 public bool Equals(ForeignMessage other) { Equals() method in ProtobufTestMessages.Proto3.ForeignMessage
[all...]
H A DUnittestWellKnownTypes.cs469 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.TestWellKnownTypes
470 return Equals(other as TestWellKnownTypes); in Equals()
474 public bool Equals(TestWellKnownTypes other) { in Equals() method in Google.Protobuf.TestProtos.TestWellKnownTypes
481 if (!object.Equals(AnyField, other.AnyField)) return false; in Equals()
482 if (!object.Equals(ApiField, other.ApiField)) return false; in Equals()
483 if (!object.Equals(DurationField, other.DurationField)) return false; in Equals()
484 if (!object.Equals(EmptyField, other.EmptyField)) return false; in Equals()
485 if (!object.Equals(FieldMaskField, other.FieldMaskField)) return false; in Equals()
486 if (!object.Equals(SourceContextField, other.SourceContextField)) return false; in Equals()
487 if (!object.Equals(StructFiel in Equals()
1409 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1414 public bool Equals(RepeatedWellKnownTypes other) { Equals() method in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2096 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.OneofWellKnownTypes
2101 public bool Equals(OneofWellKnownTypes other) { Equals() method in Google.Protobuf.TestProtos.OneofWellKnownTypes
2971 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.MapWellKnownTypes
2976 public bool Equals(MapWellKnownTypes other) { Equals() method in Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
H A DUnittestIssues.cs139 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307
140 return Equals(other as Issue307); in Equals()
144 public bool Equals(Issue307 other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307
151 return Equals(_unknownFields, other._unknownFields); in Equals()
277 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
278 return Equals(other as NestedOnce); in Equals()
282 public bool Equals(NestedOnce other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
289 return Equals(_unknownFields, other._unknownFields); in Equals()
415 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
416 return Equals(othe in Equals()
420 public bool Equals(NestedTwice other) { Equals() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
595 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
600 public bool Equals(NegativeEnumMessage other) { Equals() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
787 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.DeprecatedChild
792 public bool Equals(DeprecatedChild other) { Equals() method in UnitTest.Issues.TestProtos.DeprecatedChild
998 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
1003 public bool Equals(DeprecatedFieldsMessage other) { Equals() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
1276 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ItemField
1281 public bool Equals(ItemField other) { Equals() method in UnitTest.Issues.TestProtos.ItemField
1460 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ReservedNames
1465 public bool Equals(ReservedNames other) { Equals() method in UnitTest.Issues.TestProtos.ReservedNames
1649 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1654 public bool Equals(SomeNestedType other) { Equals() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1926 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1931 public bool Equals(TestJsonFieldOrdering other) { Equals() method in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
2255 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.TestJsonName
2260 public bool Equals(TestJsonName other) { Equals() method in UnitTest.Issues.TestProtos.TestJsonName
2518 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.OneofMerging
2523 public bool Equals(OneofMerging other) { Equals() method in UnitTest.Issues.TestProtos.OneofMerging
2746 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
2751 public bool Equals(Nested other) { Equals() method in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
2985 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
2990 public bool Equals(NullValueOutsideStruct other) { Equals() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
3188 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.NullValueNotInOneof
3193 public bool Equals(NullValueNotInOneof other) { Equals() method in UnitTest.Issues.TestProtos.NullValueNotInOneof
3382 public override bool Equals(object other) { Equals() method in UnitTest.Issues.TestProtos.MixedRegularAndOptional
3387 public bool Equals(MixedRegularAndOptional other) { Equals() method in UnitTest.Issues.TestProtos.MixedRegularAndOptional
[all...]
H A DUnittest.cs2642 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2643 return Equals(other as TestAllTypes); in Equals()
2647 public bool Equals(TestAllTypes other) { in Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2664 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OptionalFloat, other.OptionalFloat)) return false; in Equals()
2665 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OptionalDouble, other.OptionalDouble)) return false; in Equals()
2669 if (!object.Equals(OptionalGroup, other.OptionalGroup)) return false; in Equals()
2670 if (!object.Equals(OptionalNestedMessage, other.OptionalNestedMessage)) return false; in Equals()
2671 if (!object.Equals(OptionalForeignMessage, other.OptionalForeignMessage)) return false; in Equals()
2672 if (!object.Equals(OptionalImportMessage, other.OptionalImportMessage)) return false; in Equals()
2678 if (!object.Equals(OptionalPublicImportMessag in Equals()
4478 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage
4483 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage
4665 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.OptionalGroup
4670 public bool Equals(OptionalGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.OptionalGroup
4856 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.RepeatedGroup
4861 public bool Equals(RepeatedGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.RepeatedGroup
5063 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes
5068 public bool Equals(NestedTestAllTypes other) { Equals() method in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes
5359 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields
5364 public bool Equals(TestDeprecatedFields other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields
5549 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDeprecatedMessage
5554 public bool Equals(TestDeprecatedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDeprecatedMessage
5741 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.ForeignMessage
5746 public bool Equals(ForeignMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.ForeignMessage
5925 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestReservedFields
5930 public bool Equals(TestReservedFields other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestReservedFields
6064 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllExtensions
6069 public bool Equals(TestAllExtensions other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestAllExtensions
6269 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.OptionalGroup_extension
6274 public bool Equals(OptionalGroup_extension other) { Equals() method in Google.Protobuf.TestProtos.Proto2.OptionalGroup_extension
6460 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.RepeatedGroup_extension
6465 public bool Equals(RepeatedGroup_extension other) { Equals() method in Google.Protobuf.TestProtos.Proto2.RepeatedGroup_extension
6673 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestGroup
6678 public bool Equals(TestGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestGroup
6897 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestGroup.Types.OptionalGroup
6902 public bool Equals(OptionalGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestGroup.Types.OptionalGroup
7069 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestGroupExtension
7074 public bool Equals(TestGroupExtension other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestGroupExtension
7247 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension
7252 public bool Equals(TestNestedExtension other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension
7412 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension.Types.OptionalGroup_extension
7417 public bool Equals(OptionalGroup_extension other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension.Types.OptionalGroup_extension
8444 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequired
8449 public bool Equals(TestRequired other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequired
9433 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredForeign
9438 public bool Equals(TestRequiredForeign other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredForeign
9675 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredMessage
9680 public bool Equals(TestRequiredMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredMessage
9906 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestForeignNested
9911 public bool Equals(TestForeignNested other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestForeignNested
10078 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestEmptyMessage
10083 public bool Equals(TestEmptyMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestEmptyMessage
10221 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestEmptyMessageWithExtensions
10226 public bool Equals(TestEmptyMessageWithExtensions other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestEmptyMessageWithExtensions
10402 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMultipleExtensionRanges
10407 public bool Equals(TestMultipleExtensionRanges other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMultipleExtensionRanges
10639 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestReallyLargeTagNumber
10644 public bool Equals(TestReallyLargeTagNumber other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestReallyLargeTagNumber
10862 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRecursiveMessage
10867 public bool Equals(TestRecursiveMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRecursiveMessage
11092 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA
11097 public bool Equals(TestMutualRecursionA other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA
11310 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubMessage
11315 public bool Equals(SubMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubMessage
11506 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubGroup
11511 public bool Equals(SubGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubGroup
11756 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
11761 public bool Equals(TestMutualRecursionB other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
11961 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestIsInitialized
11966 public bool Equals(TestIsInitialized other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestIsInitialized
12154 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestIsInitialized.Types.SubMessage
12159 public bool Equals(SubMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestIsInitialized.Types.SubMessage
12354 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestIsInitialized.Types.SubMessage.Types.SubGroup
12359 public bool Equals(SubGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestIsInitialized.Types.SubMessage.Types.SubGroup
12608 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber
12613 public bool Equals(TestDupFieldNumber other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber
12867 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber.Types.Foo
12872 public bool Equals(Foo other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber.Types.Foo
13058 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber.Types.Bar
13063 public bool Equals(Bar other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDupFieldNumber.Types.Bar
13242 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestEagerMessage
13247 public bool Equals(TestEagerMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestEagerMessage
13423 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestLazyMessage
13428 public bool Equals(TestLazyMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestLazyMessage
13607 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedMessageHasBits
13612 public bool Equals(TestNestedMessageHasBits other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedMessageHasBits
13800 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedMessageHasBits.Types.NestedMessage
13805 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestNestedMessageHasBits.Types.NestedMessage
14177 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14182 public bool Equals(TestCamelCaseFieldNames other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14649 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings
14654 public bool Equals(TestFieldOrderings other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings
14991 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings.Types.NestedMessage
14996 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings.Types.NestedMessage
15204 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionOrderings1
15209 public bool Equals(TestExtensionOrderings1 other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionOrderings1
15397 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionOrderings2
15402 public bool Equals(TestExtensionOrderings2 other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionOrderings2
15583 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionOrderings2.Types.TestExtensionOrderings3
15588 public bool Equals(TestExtensionOrderings3 other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionOrderings2.Types.TestExtensionOrderings3
16459 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues
16464 public bool Equals(TestExtremeDefaultValues other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues
17270 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.SparseEnumMessage
17275 public bool Equals(SparseEnumMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.SparseEnumMessage
17457 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.OneString
17462 public bool Equals(OneString other) { Equals() method in Google.Protobuf.TestProtos.Proto2.OneString
17628 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.MoreString
17633 public bool Equals(MoreString other) { Equals() method in Google.Protobuf.TestProtos.Proto2.MoreString
17802 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.OneBytes
17807 public bool Equals(OneBytes other) { Equals() method in Google.Protobuf.TestProtos.Proto2.OneBytes
17973 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.MoreBytes
17978 public bool Equals(MoreBytes other) { Equals() method in Google.Protobuf.TestProtos.Proto2.MoreBytes
18153 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Int32Message
18158 public bool Equals(Int32Message other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Int32Message
18340 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Uint32Message
18345 public bool Equals(Uint32Message other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Uint32Message
18527 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Int64Message
18532 public bool Equals(Int64Message other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Int64Message
18714 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Uint64Message
18719 public bool Equals(Uint64Message other) { Equals() method in Google.Protobuf.TestProtos.Proto2.Uint64Message
18901 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.BoolMessage
18906 public bool Equals(BoolMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.BoolMessage
19180 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof
19185 public bool Equals(TestOneof other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof
19498 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup
19503 public bool Equals(FooGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup
19776 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneofBackwardsCompatible
19781 public bool Equals(TestOneofBackwardsCompatible other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneofBackwardsCompatible
20081 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneofBackwardsCompatible.Types.FooGroup
20086 public bool Equals(FooGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneofBackwardsCompatible.Types.FooGroup
20746 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof2
20751 public bool Equals(TestOneof2 other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof2
21404 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup
21409 public bool Equals(FooGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup
21630 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.NestedMessage
21635 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.NestedMessage
21900 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof
21905 public bool Equals(TestRequiredOneof other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof
22155 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof.Types.NestedMessage
22160 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof.Types.NestedMessage
22331 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredMap
22336 public bool Equals(TestRequiredMap other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredMap
22510 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredMap.Types.NestedMessage
22515 public bool Equals(NestedMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRequiredMap.Types.NestedMessage
22829 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22834 public bool Equals(TestPackedTypes other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
23347 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23352 public bool Equals(TestUnpackedTypes other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23710 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
23715 public bool Equals(TestPackedExtensions other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
23891 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions
23896 public bool Equals(TestUnpackedExtensions other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions
24197 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDynamicExtensions
24202 public bool Equals(TestDynamicExtensions other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDynamicExtensions
24536 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDynamicExtensions.Types.DynamicMessageType
24541 public bool Equals(DynamicMessageType other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestDynamicExtensions.Types.DynamicMessageType
24781 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRepeatedScalarDifferentTagSizes
24786 public bool Equals(TestRepeatedScalarDifferentTagSizes other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestRepeatedScalarDifferentTagSizes
25088 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
25093 public bool Equals(TestParsingMerge other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
25481 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
25486 public bool Equals(RepeatedFieldsGenerator other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
25729 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1
25734 public bool Equals(Group1 other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1
25914 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group2
25919 public bool Equals(Group2 other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group2
26104 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.OptionalGroup
26109 public bool Equals(OptionalGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.OptionalGroup
26289 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedGroup
26294 public bool Equals(RepeatedGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedGroup
26505 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestCommentInjectionMessage
26510 public bool Equals(TestCommentInjectionMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestCommentInjectionMessage
26668 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooRequest
26673 public bool Equals(FooRequest other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooRequest
26804 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooResponse
26809 public bool Equals(FooResponse other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooResponse
26940 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooClientMessage
26945 public bool Equals(FooClientMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooClientMessage
27076 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooServerMessage
27081 public bool Equals(FooServerMessage other) { Equals() method in Google.Protobuf.TestProtos.Proto2.FooServerMessage
27212 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.BarRequest
27217 public bool Equals(BarRequest other) { Equals() method in Google.Protobuf.TestProtos.Proto2.BarRequest
27348 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.BarResponse
27353 public bool Equals(BarResponse other) { Equals() method in Google.Protobuf.TestProtos.Proto2.BarResponse
27636 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestJsonName
27641 public bool Equals(TestJsonName other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestJsonName
28227 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
28232 public bool Equals(TestHugeFieldNumbers other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
28782 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers.Types.OptionalGroup
28787 public bool Equals(OptionalGroup other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers.Types.OptionalGroup
29181 public override bool Equals(object other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
29186 public bool Equals(TestExtensionInsideTable other) { Equals() method in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
[all...]
H A DTestMessagesProto2.cs2289 public override bool Equals(object other) { in Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
2290 return Equals(other as TestAllTypesProto2); in Equals()
2294 public bool Equals(TestAllTypesProto2 other) { in Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
2311 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OptionalFloat, other.OptionalFloat)) return false; in Equals()
2312 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OptionalDouble, other.OptionalDouble)) return false; in Equals()
2316 if (!object.Equals(OptionalNestedMessage, other.OptionalNestedMessage)) return false; in Equals()
2317 if (!object.Equals(OptionalForeignMessage, other.OptionalForeignMessage)) return false; in Equals()
2322 if (!object.Equals(RecursiveMessage, other.RecursiveMessage)) return false; in Equals()
2323 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2324 if(!repeatedInt64_.Equals(othe in Equals()
4814 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage
4819 public bool Equals(NestedMessage other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage
5062 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data
5067 public bool Equals(Data other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.Data
5256 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect
5261 public bool Equals(MessageSetCorrect other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect
5458 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrectExtension1
5463 public bool Equals(MessageSetCorrectExtension1 other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrectExtension1
5654 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrectExtension2
5659 public bool Equals(MessageSetCorrectExtension2 other) { Equals() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrectExtension2
5855 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.ForeignMessageProto2
5860 public bool Equals(ForeignMessageProto2 other) { Equals() method in ProtobufTestMessages.Proto2.ForeignMessageProto2
6136 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6141 public bool Equals(UnknownToTestAllTypes other) { Equals() method in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6457 public override bool Equals(object other) { Equals() method in ProtobufTestMessages.Proto2.UnknownToTestAllTypes.Types.OptionalGroup
6462 public bool Equals(OptionalGroup other) { Equals() method in ProtobufTestMessages.Proto2.UnknownToTestAllTypes.Types.OptionalGroup
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DEqualityTester.cs47 Assert.IsTrue(first.Equals(second));
48 Assert.IsTrue(first.Equals((object) second));
54 Assert.IsFalse(first.Equals(second));
55 Assert.IsFalse(first.Equals((object) second));
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionValue.cs73 public bool Equals(IExtensionValue other) in Equals() method in Google.Protobuf.ExtensionValue
79 && codec.Equals((other as ExtensionValue<T>).codec) in Equals()
80 && Equals(field, (other as ExtensionValue<T>).field); in Equals()
163 public bool Equals(IExtensionValue other) in Equals() method in Google.Protobuf.RepeatedExtensionValue
169 && field.Equals((other as RepeatedExtensionValue<T>).field) in Equals()
170 && codec.Equals((other as RepeatedExtensionValue<T>).codec); in Equals()
H A DUnknownField.cs70 public override bool Equals(object other) in Equals() method in Google.Protobuf.UnknownField
78 && Lists.Equals(varintList, otherField.varintList) in Equals()
79 && Lists.Equals(fixed32List, otherField.fixed32List) in Equals()
80 && Lists.Equals(fixed64List, otherField.fixed64List) in Equals()
81 && Lists.Equals(lengthDelimitedList, otherField.lengthDelimitedList) in Equals()
82 && Lists.Equals(groupList, otherField.groupList); in Equals()
H A DObjectIntPair.cs20 public bool Equals(ObjectIntPair<T> other) in Equals() method
26 public override bool Equals(object obj) in Equals() method
30 return Equals((ObjectIntPair<T>)obj); in Equals()
/third_party/node/deps/v8/src/objects/
H A Dstring-comparator.cc44 bool StringComparator::Equals( in Equals() function in v8::internal::StringComparator
56 is_equal = Equals<uint8_t, uint8_t>(&state_1_, &state_2_, to_check); in Equals()
58 is_equal = Equals<uint8_t, uint16_t>(&state_1_, &state_2_, to_check); in Equals()
62 is_equal = Equals<uint16_t, uint8_t>(&state_1_, &state_2_, to_check); in Equals()
64 is_equal = Equals<uint16_t, uint16_t>(&state_1_, &state_2_, to_check); in Equals()
/third_party/skia/tests/
H A DColorSpaceTest.cpp110 REPORTER_ASSERT(r, SkColorSpace::Equals(space.get(), newSpace1.get())); in test_serialize()
111 REPORTER_ASSERT(r, SkColorSpace::Equals(space.get(), newSpace2.get())); in test_serialize()
181 REPORTER_ASSERT(r, SkColorSpace::Equals(nullptr, nullptr)); in DEF_TEST()
182 REPORTER_ASSERT(r, SkColorSpace::Equals(srgb.get(), srgb.get())); in DEF_TEST()
183 REPORTER_ASSERT(r, SkColorSpace::Equals(z30.get(), z30.get())); in DEF_TEST()
184 REPORTER_ASSERT(r, SkColorSpace::Equals(z32.get(), z32.get())); in DEF_TEST()
185 REPORTER_ASSERT(r, SkColorSpace::Equals(rgb4.get(), rgb4.get())); in DEF_TEST()
187 REPORTER_ASSERT(r, !SkColorSpace::Equals(nullptr, srgb.get())); in DEF_TEST()
188 REPORTER_ASSERT(r, !SkColorSpace::Equals(srgb.get(), nullptr)); in DEF_TEST()
189 REPORTER_ASSERT(r, !SkColorSpace::Equals(z3 in DEF_TEST()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWrapperBenchmarkMessages.cs1823 public override bool Equals(object other) { in Equals() method in Google.Protobuf.Benchmarks.ManyWrapperFieldsMessage
1824 return Equals(other as ManyWrapperFieldsMessage); in Equals()
1828 public bool Equals(ManyWrapperFieldsMessage other) { in Equals() method in Google.Protobuf.Benchmarks.ManyWrapperFieldsMessage
1835 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField95, other.DoubleField95)) return false; in Equals()
1836 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField1, other.DoubleField1)) return false; in Equals()
1837 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField79, other.DoubleField79)) return false; in Equals()
1839 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField96, other.DoubleField96)) return false; in Equals()
1842 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField97, other.DoubleField97)) return false; in Equals()
1843 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField65, other.DoubleField65)) return false; in Equals()
1844 if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField6 in Equals()
6592 public override bool Equals(object other) { Equals() method in Google.Protobuf.Benchmarks.ManyPrimitiveFieldsMessage
6597 public bool Equals(ManyPrimitiveFieldsMessage other) { Equals() method in Google.Protobuf.Benchmarks.ManyPrimitiveFieldsMessage
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DEqualityTester.cs47 Assert.IsTrue(first.Equals(second));
48 Assert.IsTrue(first.Equals((object) second));
54 Assert.IsFalse(first.Equals(second));
55 Assert.IsFalse(first.Equals((object) second));
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs246 public override bool Equals(object other) { in Equals() method in Google.Protobuf.Reflection.FileDescriptorSet
247 return Equals(other as FileDescriptorSet); in Equals()
251 public bool Equals(FileDescriptorSet other) { in Equals() method in Google.Protobuf.Reflection.FileDescriptorSet
258 if(!file_.Equals(other.file_)) return false; in Equals()
259 return Equals(_unknownFields, other._unknownFields); in Equals()
601 public override bool Equals(object other) { in Equals() method in Google.Protobuf.Reflection.FileDescriptorProto
602 return Equals(other as FileDescriptorProto); in Equals()
606 public bool Equals(FileDescriptorProto other) { in Equals() method in Google.Protobuf.Reflection.FileDescriptorProto
615 if(!dependency_.Equals(other.dependency_)) return false; in Equals()
616 if(!publicDependency_.Equals(othe in Equals()
1108 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.DescriptorProto
1113 public bool Equals(DescriptorProto other) { Equals() method in Google.Protobuf.Reflection.DescriptorProto
1485 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1490 public bool Equals(ExtensionRange other) { Equals() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1765 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1770 public bool Equals(ReservedRange other) { Equals() method in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1971 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.ExtensionRangeOptions
1976 public bool Equals(ExtensionRangeOptions other) { Equals() method in Google.Protobuf.Reflection.ExtensionRangeOptions
2480 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.FieldDescriptorProto
2485 public bool Equals(FieldDescriptorProto other) { Equals() method in Google.Protobuf.Reflection.FieldDescriptorProto
2995 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.OneofDescriptorProto
3000 public bool Equals(OneofDescriptorProto other) { Equals() method in Google.Protobuf.Reflection.OneofDescriptorProto
3269 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.EnumDescriptorProto
3274 public bool Equals(EnumDescriptorProto other) { Equals() method in Google.Protobuf.Reflection.EnumDescriptorProto
3572 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange
3577 public bool Equals(EnumReservedRange other) { Equals() method in Google.Protobuf.Reflection.EnumDescriptorProto.Types.EnumReservedRange
3827 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
3832 public bool Equals(EnumValueDescriptorProto other) { Equals() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
4094 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.ServiceDescriptorProto
4099 public bool Equals(ServiceDescriptorProto other) { Equals() method in Google.Protobuf.Reflection.ServiceDescriptorProto
4450 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.MethodDescriptorProto
4455 public bool Equals(MethodDescriptorProto other) { Equals() method in Google.Protobuf.Reflection.MethodDescriptorProto
5345 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.FileOptions
5350 public bool Equals(FileOptions other) { Equals() method in Google.Protobuf.Reflection.FileOptions
6215 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.MessageOptions
6220 public bool Equals(MessageOptions other) { Equals() method in Google.Protobuf.Reflection.MessageOptions
6736 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.FieldOptions
6741 public bool Equals(FieldOptions other) { Equals() method in Google.Protobuf.Reflection.FieldOptions
7120 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.OneofOptions
7125 public bool Equals(OneofOptions other) { Equals() method in Google.Protobuf.Reflection.OneofOptions
7391 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.EnumOptions
7396 public bool Equals(EnumOptions other) { Equals() method in Google.Protobuf.Reflection.EnumOptions
7681 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.EnumValueOptions
7686 public bool Equals(EnumValueOptions other) { Equals() method in Google.Protobuf.Reflection.EnumValueOptions
7947 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.ServiceOptions
7952 public bool Equals(ServiceOptions other) { Equals() method in Google.Protobuf.Reflection.ServiceOptions
8238 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.MethodOptions
8243 public bool Equals(MethodOptions other) { Equals() method in Google.Protobuf.Reflection.MethodOptions
8674 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.UninterpretedOption
8679 public bool Equals(UninterpretedOption other) { Equals() method in Google.Protobuf.Reflection.UninterpretedOption
9028 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
9033 public bool Equals(NamePart other) { Equals() method in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
9277 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.SourceCodeInfo
9282 public bool Equals(SourceCodeInfo other) { Equals() method in Google.Protobuf.Reflection.SourceCodeInfo
9591 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
9596 public bool Equals(Location other) { Equals() method in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
9846 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.GeneratedCodeInfo
9851 public bool Equals(GeneratedCodeInfo other) { Equals() method in Google.Protobuf.Reflection.GeneratedCodeInfo
10101 public override bool Equals(object other) { Equals() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
10106 public bool Equals(Annotation other) { Equals() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
[all...]
/third_party/typescript/tests/baselines/reference/
H A DidentityRelationNeverTypes.js4 type Equals<A, B> = (<T>() => T extends B ? 1 : 0) extends (<T>() => T extends A ? 1 : 0) ? true : false;
15 type T1 = Equals<typeof state, never>; // true
16 type T2 = Equals<never, never>; // true
32 type Equals<A, B> = (<T>() => T extends B ? 1 : 0) extends (<T>() => T extends A ? 1 : 0) ? true : false;
/third_party/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs152 public override bool Equals(object other) { in Equals() method in Google.Protobuf.Examples.AddressBook.Person
153 return Equals(other as Person); in Equals()
157 public bool Equals(Person other) { in Equals() method in Google.Protobuf.Examples.AddressBook.Person
167 if(!phones_.Equals(other.phones_)) return false; in Equals()
168 if (!object.Equals(LastUpdated, other.LastUpdated)) return false; in Equals()
169 return Equals(_unknownFields, other._unknownFields); in Equals()
439 public override bool Equals(object other) { in Equals() method in Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber
440 return Equals(other as PhoneNumber); in Equals()
444 public bool Equals(PhoneNumber other) { in Equals() method in Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber
453 return Equals(_unknownField in Equals()
642 public override bool Equals(object other) { Equals() method in Google.Protobuf.Examples.AddressBook.AddressBook
647 public bool Equals(AddressBook other) { Equals() method in Google.Protobuf.Examples.AddressBook.AddressBook
[all...]

Completed in 89 milliseconds

12345678910