HomeSort by relevance Sort by last modified time
    Searched defs:Equals (Results 101 - 125 of 376) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 77 BOOL Equals(const Size& size) const {
101 BOOL Equals(const SizeF& size) const {
123 BOOL Equals(const Point& point) const {
145 BOOL Equals(const PointF& point) const {
185 BOOL Equals(const Rect& rect) const {
310 BOOL Equals(const RectF& rect) const {
  /art/runtime/verifier/
verifier_deps.cc 731 bool VerifierDeps::Equals(const VerifierDeps& rhs) const {
748 if (!lhs_deps->Equals(*rhs_deps)) {
757 bool VerifierDeps::DexFileDeps::Equals(const VerifierDeps::DexFileDeps& rhs) const {
    [all...]
reg_type.h 243 bool Equals(const RegType& other) const { return GetId() == other.GetId(); }
256 if (Equals(incoming_type)) {
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 451 Token Equals = Tok;
456 << SourceRange(Equals.getLocation());
467 Equals.getLocation(),
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 bool Equals(const ParamIteratorInterface<T> &other) const override {
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 202 public override bool Equals(object other) {
203 return Equals(other as Type);
206 public bool Equals(Type other) {
214 if(!fields_.Equals(other.fields_)) return false;
215 if(!oneofs_.Equals(other.oneofs_)) return false;
216 if(!options_.Equals(other.options_)) return false;
217 if (!object.Equals(SourceContext, other.SourceContext)) return false;
503 public override bool Equals(object other) {
504 return Equals(other as Field);
507 public bool Equals(Field other)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 374 public override bool Equals(object other) {
375 return Equals(other as TestMap);
378 public bool Equals(TestMap other) {
385 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false;
386 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false;
387 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false;
388 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false;
389 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false;
390 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false;
391 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false
    [all...]
UnittestIssues.cs 112 public override bool Equals(object other) {
113 return Equals(other as Issue307);
116 public bool Equals(Issue307 other) {
190 public override bool Equals(object other) {
191 return Equals(other as NestedOnce);
194 public bool Equals(NestedOnce other) {
268 public override bool Equals(object other) {
269 return Equals(other as NestedTwice);
272 public bool Equals(NestedTwice other) {
385 public override bool Equals(object other)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 91 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
126 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
215 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
313 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 278 bool Equals(const Address& other) const {
    [all...]
  /external/v8/src/compiler/
types.h 72 // Consequently, do not normally use Equals for type tests, always use Is!
573 bool Equals(Type* that) { return this->Is(that) && that->Is(this); }
591 // These functions do not distinguish between -0 and +0. If the type equals
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 116 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
151 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
240 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
338 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 32 import com.google.inject.assistedinject.FactoryProviderTest.Equals.ComparisonMethod;
33 import com.google.inject.assistedinject.FactoryProviderTest.Equals.Impl;
567 carFactory.equals(carFactory);
806 public interface Equals {
811 Equals equals(Equals.ComparisonMethod comparisonMethod); method in interface:FactoryProviderTest.Equals.Factory
814 public static class Impl implements Equals {
831 bind(Equals.Factory.class).toProvider(
832 FactoryProvider.newFactory(Equals.Factory.class, Equals.Impl.class))
    [all...]

Completed in 883 milliseconds

1 2 3 45 6 7 8 91011>>