Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h120 V8_INLINE IndirectHandleBase& operator=(const IndirectHandleBase& that) = member in v8::IndirectHandleBase
168 V8_INLINE DirectHandleBase& operator=(const DirectHandleBase& that) = default; member in v8::DirectHandleBase
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist_node.h132 IntrusiveNodeBase(IntrusiveNodeBase&& that) IntrusiveNodeBase() argument
149 operator =( IntrusiveNodeBase&& that) operator =() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h61 KernelWrapper(const KernelWrapper& that) : fSize(that.fSize) { in KernelWrapper() argument
H A DGrBlendFragmentProcessor.cpp57 BlendFragmentProcessor(const BlendFragmentProcessor& that) in BlendFragmentProcessor() argument
/third_party/skia/src/gpu/
H A DGrGpuResourceCacheAccess.h91 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {} in CacheAccess() argument
H A DGrRefCnt.h49 gr_sp(const gr_sp& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument
54 gr_sp(const gr_sp<U, URefBase, UUnrefBase, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument
56 gr_sp(const sk_sp<T>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument
64 gr_sp(gr_sp&& that) : fPtr(that argument
70 gr_sp(sk_sp<T>&& that) gr_sp() argument
95 operator =(const gr_sp& that) operator =() argument
107 operator =(const sk_sp<T>& that) operator =() argument
117 operator =(gr_sp&& that) operator =() argument
127 operator =(sk_sp<T>&& that) operator =() argument
[all...]
H A DGrStencilSettings.cpp56 void GrStencilSettings::reset(const GrStencilSettings& that) { in reset() argument
[all...]
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/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/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

Completed in 10 milliseconds

12345678910>>...13