| /third_party/skia/include/private/ |
| H A D | SkTArray.h | 56 SkTArray(const SkTArray& that) in SkTArray() argument 59 SkTArray(SkTArray&& that) { in SkTArray() argument 94 operator =(const SkTArray& that) operator =() argument 107 operator =(SkTArray&& that) operator =() argument 333 swap(SkTArray& that) swap() argument 616 SkSTArray(const SkSTArray& that) SkSTArray() argument 617 SkSTArray(const INHERITED& that) SkSTArray() argument 618 SkSTArray( SkSTArray&& that) SkSTArray() argument 619 SkSTArray( INHERITED&& that) SkSTArray() argument 621 operator =(const SkSTArray& that) operator =() argument 625 operator =(const INHERITED& that) operator =() argument 630 operator =(SkSTArray&& that) operator =() argument 634 operator =(INHERITED&& that) operator =() argument [all...] |
| H A D | SkTHash.h | 32 SkTHashTable(const SkTHashTable& that) { *this = that; } in SkTHashTable() argument 33 SkTHashTable( SkTHashTable&& that) { *this = std::move(that); } in SkTHashTable() argument 35 SkTHashTable& operator=(const SkTHashTable& that) { in operator =() argument 47 operator =(SkTHashTable&& that) operator =() argument [all...] |
| H A D | GrResourceKey.h | 95 GrResourceKey& operator=(const GrResourceKey& that) { in operator =() argument 201 GrScratchKey(const GrScratchKey& that) GrScratchKey() argument 210 operator =(const GrScratchKey& that) operator =() argument 251 GrUniqueKey(const GrUniqueKey& that) GrUniqueKey() argument 258 operator =(const GrUniqueKey& that) operator =() argument [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | types.cpp | 282 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 298 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 318 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 344 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 378 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 402 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 428 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 467 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 506 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 548 IsSameImpl(const Type* that, IsSameCache*) const IsSameImpl() argument 567 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 603 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 635 IsSameImpl(const Type* that, IsSameCache*) const IsSameImpl() argument 651 IsSameImpl(const Type* that, IsSameCache*) const IsSameImpl() argument 705 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument 744 IsSameImpl(const Type* that, IsSameCache* seen) const IsSameImpl() argument [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| H A D | file_path.cpp | 50 FilePath::FilePath(const FilePath &that) : path_(that.path_) in FilePath() argument 59 FilePath &FilePath::operator=(const FilePath &that) in operator =() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | RuleBasedNumberFormat.java | 911 equals(Object that) equals() argument [all...] |
| H A D | RuleBasedBreakIterator.java | 193 public boolean equals(Object that) { in equals() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | rbbi.cpp | 258 RuleBasedBreakIterator::operator=(const RuleBasedBreakIterator& that) { in operator =() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | RuleBasedNumberFormat.java | 898 equals(Object that) equals() argument [all...] |
| H A D | RuleBasedBreakIterator.java | 151 public boolean equals(Object that) { in equals() argument [all...] |
| /third_party/node/src/ |
| H A D | module_wrap.cc | 113 Local<Object> that = args.This(); in New() local 278 Local<Object> that = args.This(); in Link() local 706 Local<Object> that = args.This(); SetSyntheticExport() local 726 Local<Object> that = args.This(); CreateCachedData() local [all...] |
| H A D | util-inl.h | 126 ListNode<T>* that = &(element->*M); in PushBack() local 135 ListNode<T>* that = &(element->*M); in PushFront() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | rbbi.cpp | 280 RuleBasedBreakIterator::operator=(const RuleBasedBreakIterator& that) { in operator =() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 255 LValue *that = new_LValue(pol.context(), reg.file); in clone() local 294 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex); in clone() local 367 ImmediateValue *that = new_ImmediateValue(prog, 0u); clone() local 483 operator =(const ImmediateValue &that) operator =() argument 517 equals(const Value *that, bool strict) const equals() argument 534 equals(const Value *that, bool strict) const equals() argument 543 equals(const Value *that, bool strict) const equals() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | srchtest.cpp | 2396 TestSearch & TestSearch::operator=(const TestSearch &that) in operator =() argument [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
| H A D | NumberingScheme.java | 683 compareTo(Anchor that) compareTo() argument [all...] |
| /third_party/popt/src/ |
| H A D | popthelp.c | 780 const void * that = done->opts[i]; in singleTableUsage() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrBackendSurface.cpp | 34 GrBackendFormat::GrBackendFormat(const GrBackendFormat& that) in GrBackendFormat() argument 76 operator =(const GrBackendFormat& that) operator =() argument 613 GrBackendTexture(const GrBackendTexture& that) GrBackendTexture() argument 617 operator =(const GrBackendTexture& that) operator =() argument 781 isSameTexture(const GrBackendTexture& that) isSameTexture() argument 1057 GrBackendRenderTarget(const GrBackendRenderTarget& that) GrBackendRenderTarget() argument 1061 operator =(const GrBackendRenderTarget& that) operator =() argument [all...] |
| H A D | GrSurfaceProxy.h | 81 LazyCallbackResult(LazyCallbackResult&& that) = default; member [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrStyledShape.cpp | 14 GrStyledShape& GrStyledShape::operator=(const GrStyledShape& that) { in operator =() argument 318 GrStyledShape(const GrStyledShape& that) GrStyledShape() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrTextureEffect.cpp | 739 auto& that = other.cast<GrTextureEffect>(); in onIsEqual() local [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | DrawAtlasOp.cpp | 262 auto that = t->cast<DrawAtlasOpImpl>(); in onCombineIfPossible() local [all...] |
| H A D | SmallPathRenderer.cpp | 595 SmallPathOp* that = t->cast<SmallPathOp>(); variable [all...] |
| H A D | GrOp.h | 299 joinBounds(const GrOp& that) joinBounds() argument [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkDisplacementMapImageFilter.cpp | 484 GrDisplacementMapEffect::GrDisplacementMapEffect(const GrDisplacementMapEffect& that) in GrDisplacementMapEffect() argument
|