HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 176 - 200 of 628) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/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/libchrome/base/threading/
sequenced_worker_pool.h 132 bool Equals(const SequenceToken& other) const {
  /external/libmojo/mojo/public/cpp/bindings/
interface_ptr.h 173 bool Equals(const InterfacePtr& other) const {
array.h 178 // Equals() method, it will be used; otherwise == operator will be used.
179 bool Equals(const Array& other) const {
182 return internal::Equals(vec_, other.vec_);
  /external/libvpx/libvpx/third_party/googletest/src/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/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/Collections/
ReadOnlyDictionary.cs 132 public override bool Equals(object obj)
134 return wrapped.Equals(obj);
  /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/skia/src/gpu/
GrColorSpaceXform.cpp 109 bool GrColorSpaceXform::Equals(const GrColorSpaceXform* a, const GrColorSpaceXform* b) {
  /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/v8/src/crankshaft/
hydrogen-store-elimination.cc 88 load->access().Equals(prev->access())) {
  /external/v8/src/objects/
module-info.h 62 inline bool Equals(ModuleInfo* other) const {
  /external/v8/testing/gtest/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/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 {
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.h 101 bool Equals(const DesktopRegion& region) const;
  /prebuilts/ndk/r11/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/r13/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 {
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 30 EXPECT_TRUE(a.Equals(&b));
38 EXPECT_TRUE(a.Equals(&b));
  /external/v8/src/compiler/
operator.h 79 // Check if this operator equals another operator. Equivalent operators can
82 virtual bool Equals(const Operator* that) const {
184 bool Equals(const Operator* other) const final {
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 625 DCHECK(instr->left()->representation().Equals(instr->representation()));
626 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 784 DCHECK(instr->left()->representation().Equals(instr->representation()));
785 DCHECK(instr->right()->representation().Equals(instr->representation()));
873 DCHECK(instr->left()->representation().Equals(instr->representation()));
874 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 637 DCHECK(instr->left()->representation().Equals(instr->representation()));
638 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 116 Maybe<bool> result = Object::Equals(x, y);
126 Maybe<bool> result = Object::Equals(x, y);

Completed in 570 milliseconds

1 2 3 4 5 6 78 91011>>