Home
last modified time | relevance | path

Searched defs:that (Results 51 - 75 of 283) sorted by relevance

12345678910>>...12

/third_party/skia/src/gpu/d3d/
H A DGrD3DTypesMinimal.cpp26 void GrD3DBackendSurfaceInfo::assign(const GrD3DBackendSurfaceInfo& that, bool isThisValid) { in assign() argument
/third_party/skia/src/core/
H A DSkTLazy.h24 SkTLazy(const SkTLazy& that) : fPtr(that.fPtr ? new (&fStorage) T(*that.fPtr) : nullptr) {} in SkTLazy() argument
25 SkTLazy(SkTLazy&& that) : fPtr(that.fPtr ? new (&fStorage) T(std::move(*that.fPtr)) : nullptr){} in SkTLazy() argument
29 SkTLazy& operator=(const SkTLazy& that) { in operator =() argument
38 operator =(SkTLazy&& that) operator =() argument
151 SkTCopyOnFirstWrite(const SkTCopyOnFirstWrite& that) SkTCopyOnFirstWrite() argument
152 SkTCopyOnFirstWrite( SkTCopyOnFirstWrite&& that) SkTCopyOnFirstWrite() argument
154 operator =(const SkTCopyOnFirstWrite& that) operator =() argument
160 operator =(SkTCopyOnFirstWrite&& that) operator =() argument
[all...]
/third_party/skia/src/gpu/
H A DGrWindowRectangles.h19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; } in GrWindowRectangles() argument
68 inline GrWindowRectangles& GrWindowRectangles::operator=(const GrWindowRectangles& that) { in operator =() argument
[all...]
H A DGrSwizzle.h73 constexpr GrSwizzle::GrSwizzle(const GrSwizzle& that) in GrSwizzle() argument
76 constexpr GrSwizzle& GrSwizzle::operator=(const GrSwizzle& that) { in operator =() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrBlendFragmentProcessor.cpp57 BlendFragmentProcessor(const BlendFragmentProcessor& that) in BlendFragmentProcessor() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() argument
49 InstructionList& operator=(InstructionList&& that) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() argument
49 InstructionList& operator=(InstructionList&& that) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dilist_node.h132 IntrusiveNodeBase(IntrusiveNodeBase&& that) IntrusiveNodeBase() argument
149 operator =( IntrusiveNodeBase&& that) operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformat.cpp87 Format::Format(const Format &that) in Format() argument
97 Format::operator=(const Format& that) in operator =() argument
[all...]
H A Dstsearch.cpp141 StringSearch::StringSearch(const StringSearch &that) : in StringSearch() argument
185 StringSearch & StringSearch::operator=(const StringSearch &that) in operator =() argument
[all...]
/third_party/skia/src/utils/
H A DSkBitSet.h30 SkBitSet(SkBitSet&& that) { *this = std::move(that); } in SkBitSet() argument
31 SkBitSet& operator=(SkBitSet&& that) { in operator =() argument
/third_party/skia/src/utils/win/
H A DSkTScopedComPtr.h37 SkTScopedComPtr(SkTScopedComPtr&& that) : fPtr(that.release()) {} in SkTScopedComPtr() argument
42 SkTScopedComPtr& operator=(SkTScopedComPtr&& that) { in operator =() argument
72 void swap(SkTScopedComPtr<T>& that) { in swap() argument
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-shape.cc132 output_buffer_t *that = (output_buffer_t *) user_data; in message_func() local
/third_party/skia/tools/gpu/
H A DMemoryCache.h57 Key(const Key& that) = default; member
72 Value(const Value& that) = default; member
/third_party/skia/include/private/
H A DGrVkTypesPriv.h50 GrVkSharedImageInfo& operator=(const GrVkSharedImageInfo& that) { in operator =() argument
H A DSkTemplates.h73 SkAutoTCallVProc(SkAutoTCallVProc&& that) : inherited(std::move(that)) {} in SkAutoTCallVProc() argument
/third_party/skia/include/ports/
H A DSkCFObject.h48 sk_cfp(const sk_cfp<T>& that) : fObject(SkCFSafeRetain(that.get())) {} in sk_cfp() argument
55 sk_cfp(sk_cfp<T>&& that) : fObject(that.release()) {} in sk_cfp() argument
80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { in operator =() argument
92 operator =(sk_cfp<T>&& that) operator =() argument
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGRenderNode.h72 ScopedRenderContext(ScopedRenderContext&& that) { *this = std::move(that); } in ScopedRenderContext() argument
74 ScopedRenderContext& operator=(ScopedRenderContext&& that) { in operator =() argument
/third_party/spirv-tools/source/opt/
H A Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() argument
49 InstructionList& operator=(InstructionList&& that) { in operator =() argument
/third_party/spirv-tools/source/util/
H A Dilist_node.h132 IntrusiveNodeBase(IntrusiveNodeBase&& that) IntrusiveNodeBase() argument
149 operator =( IntrusiveNodeBase&& that) operator =() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRanges.java317 public int compareTo(PluralRanges that) { in compareTo() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java42 public int compareTo(ClassEntry that) in compareTo() argument
/third_party/icu/icu4c/source/i18n/
H A Dsearch.cpp400 operator =(const SearchIterator &that) operator =() argument
[all...]
/third_party/node/src/
H A Daliased_buffer-inl.h67 AliasedBufferBase( const AliasedBufferBase& that) AliasedBufferBase() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.h106 bool operator==(const iterator_base& that) { in operator ==() argument
109 bool operator!=(const iterator_base& that) { in operator !=() argument

Completed in 10 milliseconds

12345678910>>...12