Home
last modified time | relevance | path

Searched defs:Equals (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DObjectIntPair.cs20 public bool Equals(ObjectIntPair<T> other) in Equals() method
26 public override bool Equals(object obj) in Equals() method
H A DExtensionSet.cs304 public override bool Equals(object other) in Equals() method in Google.Protobuf.TTarget
H A DExtensionValue.cs73 public bool Equals(IExtensionValue other) in Equals() method in Google.Protobuf.ExtensionValue
163 public bool Equals(IExtensionValue other) in Equals() method in Google.Protobuf.RepeatedExtensionValue
H A DExtensionRegistry.cs47 public bool Equals(Extension a, Extension b) in Equals() method in Google.Protobuf.ExtensionRegistry.ExtensionComparer
H A DUnknownFieldSet.cs114 public override bool Equals(object other) in Equals() method in Google.Protobuf.UnknownFieldSet
H A DUnknownField.cs70 public override bool Equals(object other) in Equals() method in Google.Protobuf.UnknownField
H A DJsonToken.cs108 public override bool Equals(object obj) in Equals() method in Google.Protobuf.JsonToken
156 public bool Equals(JsonToken other) in Equals() method in Google.Protobuf.JsonToken
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DLists.cs47 public static bool Equals<T>(List<T> left, List<T> right) in Equals() method in Google.Protobuf.Collections.Lists
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
119 public override bool Equals(float? x, float? y) => in Equals() method in Google.Protobuf.Collections.ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparerImpl
H A DReadOnlyDictionary.cs132 public override bool Equals(object obj) in Equals() method in Google.Protobuf.Collections.ReadOnlyDictionary
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatch.cc78 bool PhoneNumberMatch::Equals(const PhoneNumberMatch& match) const { in Equals() function in i18n::phonenumbers::PhoneNumberMatch
/third_party/node/deps/v8/src/objects/
H A Dstring-comparator.cc44 bool StringComparator::Equals( in Equals() function in v8::internal::StringComparator
H A Dstruct-inl.h60 bool AccessorPair::Equals(Object getter_value, Object setter_value) { in Equals() function in v8::internal::AccessorPair
H A Dstring-comparator.h56 static inline bool Equals(State* state_1, State* state_2, int to_check) { in Equals() function in v8::internal::StringComparator
H A Dfield-type.cc66 bool FieldType::Equals(FieldType other) const { in Equals() function in v8::internal::FieldType
H A Dname-inl.h68 bool Name::Equals(Name other) { in Equals() function in v8::internal::Name
77 bool Name::Equals(Isolate* isolate, Handle<Name> one, Handle<Name> two) { in Equals() function in v8::internal::Name
H A Dmodule-inl.h72 bool SourceTextModuleInfo::Equals(SourceTextModuleInfo other) const { in Equals() function in v8::internal::SourceTextModuleInfo
/third_party/node/deps/v8/src/parsing/
H A Dliteral-buffer.h43 bool Equals(base::Vector<const char> keyword) const { in Equals() function in v8::internal::final
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DEmpty.cs91 public override bool Equals(object other) { in Equals() method in Google.Protobuf.WellKnownTypes.Empty
96 public bool Equals(Empty other) { in Equals() method in Google.Protobuf.WellKnownTypes.Empty
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions1.cs77 public override bool Equals(object other) { in Equals() method in Google.Protobuf.TestProtos.OldGenerator.TestMessage
82 public bool Equals(TestMessage other) { in Equals() method in Google.Protobuf.TestProtos.OldGenerator.TestMessage
H A DUnittestIssue6936B.cs78 public override bool Equals(object other) { in Equals() method in UnitTest.Issues.TestProtos.Foo
83 public bool Equals(Foo other) { in Equals() method in UnitTest.Issues.TestProtos.Foo
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_layout_test.cpp44 spv_result_t Equals(int order) { in Equals() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp44 spv_result_t Equals(int order) { in Equals() function
/third_party/spirv-tools/test/val/
H A Dval_layout_test.cpp42 spv_result_t Equals(int order) { in Equals() function
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.h76 bool Equals(HalfState const* that) const { in Equals() function in v8::internal::compiler::final::final
141 bool Equals(AbstractState const* that) const { in Equals() function

Completed in 14 milliseconds

1234