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

123456

/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
H A Dencodingoption.cc36 bool EncodingOption::Equals(const EncodingOption& other) const { function in class:polo::encoding::EncodingOption
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dnative_struct.cc26 bool NativeStruct::Equals(const NativeStruct& other) const { function in class:mojo::NativeStruct
H A Dequals_traits.h21 static char Test(decltype(&U::Equals));
34 bool Equals(const T& a, const T& b);
38 static bool Equals(const T& a, const T& b) { return a.Equals(b); } function in struct:mojo::internal::EqualsTraits
43 static bool Equals(const T& a, const T& b) { return a == b; } function in struct:mojo::internal::EqualsTraits
48 static bool Equals(const base::Optional<T>& a, const base::Optional<T>& b) { function in struct:mojo::internal::EqualsTraits
54 return internal::Equals(*a, *b);
60 static bool Equals(const std::vector<T>& a, const std::vector<T>& b) { function in struct:mojo::internal::EqualsTraits
64 if (!internal::Equals(a[i], b[i]))
73 static bool Equals(cons function in struct:mojo::internal::EqualsTraits
87 bool Equals(const T& a, const T& b) { function in namespace:mojo::internal
[all...]
H A Dwtf_clone_equals_util.h46 static bool Equals(const WTF::Vector<T>& a, const WTF::Vector<T>& b) { function in struct:mojo::internal::EqualsTraits
50 if (!internal::Equals(a[i], b[i]))
59 static bool Equals(const WTF::HashMap<K, V>& a, const WTF::HashMap<K, V>& b) { function in struct:mojo::internal::EqualsTraits
68 if (b_iter == b_end || !internal::Equals(iter->value, b_iter->value))
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DEquals.java19 * $Id: Equals.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Equals extends Operation class in inherits:Operation
/external/easymock/src/org/easymock/internal/matchers/
H A DEquals.java23 public class Equals implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Equals(Object expected) { method in class:Equals
52 Equals other = (Equals) o;
/external/libchrome/base/
H A Dcallback.h69 bool Equals(const Callback& other) const { function in class:base::Callback
/external/libmojo/mojo/public/cpp/bindings/
H A Dassociated_interface_ptr_info.h59 bool Equals(const AssociatedInterfacePtrInfo& other) const { function in class:mojo::AssociatedInterfacePtrInfo
H A Dassociated_interface_request.h59 bool Equals(const AssociatedInterfaceRequest& other) const { function in class:mojo::AssociatedInterfaceRequest
H A Dinterface_request.h76 bool Equals(const InterfaceRequest& other) const { function in class:mojo::InterfaceRequest
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DEquals.java13 public class Equals implements ArgumentMatcher<Object>, ContainsExtraTypeInfo, Serializable { class in inherits:ArgumentMatcher,ContainsExtraTypeInfo,Serializable
17 public Equals(Object wanted) { method in class:Equals
42 Equals other = (Equals) o;
/external/libchrome/base/memory/
H A Dref_counted_memory.cc11 bool RefCountedMemory::Equals( function in class:base::RefCountedMemory
/external/libchrome/base/metrics/
H A Dbucket_ranges.cc135 bool BucketRanges::Equals(const BucketRanges* other) const { function in class:base::BucketRanges
/external/libchrome/base/threading/
H A Dsequenced_worker_pool.h134 bool Equals(const SequenceToken& other) const { function in class:base::SequencedWorkerPool::SequenceToken
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs132 public override bool Equals(object obj) method in class:Google.Protobuf.Collections.ReadOnlyDictionary
134 return wrapped.Equals(obj);
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAny.cs175 public override bool Equals(object other) { method in class:Google.Protobuf.WellKnownTypes.Any
176 return Equals(other as Any);
179 public bool Equals(Any other) { method in class:Google.Protobuf.WellKnownTypes.Any
H A DDuration.cs144 public override bool Equals(object other) { method in class:Google.Protobuf.WellKnownTypes.Duration
145 return Equals(other as Duration);
148 public bool Equals(Duration other) { method in class:Google.Protobuf.WellKnownTypes.Duration
H A DEmpty.cs78 public override bool Equals(object other) { method in class:Google.Protobuf.WellKnownTypes.Empty
79 return Equals(other as Empty);
82 public bool Equals(Empty other) { method in class:Google.Protobuf.WellKnownTypes.Empty
H A DFieldMask.cs229 public override bool Equals(object other) { method in class:Google.Protobuf.WellKnownTypes.FieldMask
230 return Equals(other as FieldMask);
233 public bool Equals(FieldMask other) { method in class:Google.Protobuf.WellKnownTypes.FieldMask
240 if(!paths_.Equals(other.paths_)) return false;
H A DSourceContext.cs86 public override bool Equals(object other) { method in class:Google.Protobuf.WellKnownTypes.SourceContext
87 return Equals(other as SourceContext);
90 public bool Equals(SourceContext other) { method in class:Google.Protobuf.WellKnownTypes.SourceContext
H A DTimestamp.cs155 public override bool Equals(object other) { method in class:Google.Protobuf.WellKnownTypes.Timestamp
156 return Equals(other as Timestamp);
159 public bool Equals(Timestamp other) { method in class:Google.Protobuf.WellKnownTypes.Timestamp
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestImportPublicProto3.cs77 public override bool Equals(object other) { method in class:Google.Protobuf.TestProtos.PublicImportMessage
78 return Equals(other as PublicImportMessage);
81 public bool Equals(PublicImportMessage other) { method in class:Google.Protobuf.TestProtos.PublicImportMessage
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dextract_feature.cc41 bool Equals(const string& x, const tflite::StringRef& strref) { function in namespace:tflite::ops::custom::extract
54 if (Equals(s, strref)) {
/external/v8/src/
H A Dsafepoint-table.h28 bool Equals(const SafepointEntry& other) const { function in class:v8::internal::BASE_EMBEDDED
/external/webrtc/webrtc/base/
H A Dwindow.h63 bool Equals(const WindowId& other) const { function in class:rtc::WindowId
99 bool Equals(const DesktopId& other) const { function in class:rtc::DesktopId

Completed in 1150 milliseconds

123456