| /third_party/flutter/engine/flutter/fml/platform/darwin/ |
| D | scoped_nsobject.h | 45 scoped_nsprotocol(const scoped_nsprotocol<NST>& that) : object_([that.object_ retain]) {} in scoped_nsprotocol() 48 scoped_nsprotocol(const scoped_nsprotocol<NSU>& that) : object_([that.get() retain]) {} in scoped_nsprotocol() 73 void swap(scoped_nsprotocol& that) { in swap() 116 scoped_nsobject(const scoped_nsobject<NST>& that) : scoped_nsprotocol<NST*>(that) {} in scoped_nsobject() 119 scoped_nsobject(const scoped_nsobject<NSU>& that) : scoped_nsprotocol<NST*>(that) {} in scoped_nsobject() 133 scoped_nsobject(const scoped_nsobject<id>& that) : scoped_nsprotocol<id>(that) {} in scoped_nsobject() 136 scoped_nsobject(const scoped_nsobject<NSU>& that) : scoped_nsprotocol<id>(that) {} in scoped_nsobject()
|
| D | scoped_block.h | 37 ScopedBlock(const ScopedBlock<B>& that) : block_(that.block_) { in ScopedBlock() 69 void swap(ScopedBlock& that) { in swap()
|
| /third_party/skia/src/gpu/ |
| D | GrRefCnt.h | 49 gr_sp(const gr_sp& that) : fPtr(SafeRef(that.get())) {} in gr_sp() 54 gr_sp(const gr_sp<U, URefBase, UUnrefBase, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() 56 gr_sp(const sk_sp<T>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() 64 gr_sp(gr_sp&& that) : fPtr(that.release()) {} in gr_sp() function 70 gr_sp(sk_sp<T>&& that) : fPtr(SafeRef(that.get())) {} in gr_sp()
|
| D | GrBackendSurfaceMutableState.cpp | 12 GrBackendSurfaceMutableState::GrBackendSurfaceMutableState(const GrBackendSurfaceMutableState& that) in GrBackendSurfaceMutableState() 31 const GrBackendSurfaceMutableState& that) { in operator =()
|
| D | GrBackendSemaphore.cpp | 38 GrBackendSemaphore::GrBackendSemaphore(const GrBackendSemaphore& that) { in GrBackendSemaphore() 43 GrBackendSemaphore& GrBackendSemaphore::operator=(const GrBackendSemaphore& that) { in operator =()
|
| /third_party/cef/include/base/ |
| D | cef_scoped_typeref_mac.h | 99 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) in ScopedTypeRef() 113 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() 135 void reset(const ScopedTypeRef<T, Traits>& that) { in reset() 157 void swap(ScopedTypeRef& that) { in swap()
|
| /third_party/flutter/skia/src/core/ |
| D | SkTLazy.h | 24 SkTLazy(const SkTLazy& that) : fPtr(that.fPtr ? new (&fStorage) T(*that.fPtr) : nullptr) {} in SkTLazy() 25 SkTLazy(SkTLazy&& that) : fPtr(that.fPtr ? new (&fStorage) T(std::move(*that.fPtr)) : nullptr){} in SkTLazy() function 151 SkTCopyOnFirstWrite(const SkTCopyOnFirstWrite& that) { *this = that; } in SkTCopyOnFirstWrite() 152 SkTCopyOnFirstWrite( SkTCopyOnFirstWrite&& that) { *this = std::move(that); } in SkTCopyOnFirstWrite() function
|
| /third_party/skia/src/core/ |
| D | SkTLazy.h | 24 SkTLazy(const SkTLazy& that) : fPtr(that.fPtr ? new (&fStorage) T(*that.fPtr) : nullptr) {} in SkTLazy() 25 SkTLazy(SkTLazy&& that) : fPtr(that.fPtr ? new (&fStorage) T(std::move(*that.fPtr)) : nullptr){} in SkTLazy() function 151 SkTCopyOnFirstWrite(const SkTCopyOnFirstWrite& that) { *this = that; } in SkTCopyOnFirstWrite() 152 SkTCopyOnFirstWrite( SkTCopyOnFirstWrite&& that) { *this = std::move(that); } in SkTCopyOnFirstWrite() function
|
| D | SkDescriptor.cpp | 140 SkAutoDescriptor::SkAutoDescriptor(const SkAutoDescriptor& that) { in SkAutoDescriptor() 143 SkAutoDescriptor& SkAutoDescriptor::operator=(const SkAutoDescriptor& that) { in operator =() 147 SkAutoDescriptor::SkAutoDescriptor(SkAutoDescriptor&& that) { in SkAutoDescriptor() function in SkAutoDescriptor 155 SkAutoDescriptor& SkAutoDescriptor::operator=(SkAutoDescriptor&& that) { in operator =()
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| D | stringslice.cpp | 15 StringSlice::StringSlice(StringSlice&& that) in StringSlice() function in StringSlice 24 StringSlice& StringSlice::operator=(StringSlice&& that) { in operator =() 32 StringSlice& StringSlice::operator=(const StringSlice& that) { in operator =()
|
| /third_party/flutter/skia/experimental/editor/ |
| D | stringslice.cpp | 15 StringSlice::StringSlice(StringSlice&& that) in StringSlice() function in StringSlice 24 StringSlice& StringSlice::operator=(StringSlice&& that) { in operator =() 32 StringSlice& StringSlice::operator=(const StringSlice& that) { in operator =()
|
| /third_party/flutter/skia/include/core/ |
| D | SkRefCnt.h | 215 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() 218 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() 225 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function 228 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function 314 void swap(sk_sp<T>& that) /*noexcept*/ { in swap()
|
| /third_party/gn/src/base/mac/ |
| D | scoped_typeref.h | 64 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.object_) { in ScopedTypeRef() 77 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() 117 void swap(ScopedTypeRef& that) { in swap()
|
| /third_party/skia/include/core/ |
| D | SkRefCnt.h | 226 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() 229 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() 236 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function 239 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function 325 void swap(sk_sp<T>& that) /*noexcept*/ { in swap()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | types.cpp | 249 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 267 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 288 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 313 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 347 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 377 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 404 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 480 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 527 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | types.cpp | 249 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 267 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 288 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 313 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 347 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 377 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 404 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 480 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 527 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument [all …]
|
| /third_party/spirv-tools/source/opt/ |
| D | types.cpp | 279 bool Integer::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 295 bool Float::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument 315 bool Vector::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 341 bool Matrix::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 374 bool Image::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 398 bool SampledImage::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 424 bool Array::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 463 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 502 bool Struct::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl() argument 544 bool Opaque::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl() argument [all …]
|
| /third_party/node/deps/npm/node_modules/function-bind/ |
| D | implementation.js | 10 module.exports = function bind(that) { argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | tracked.h | 36 Tracked(const Tracked& that) in Tracked() 42 Tracked(Tracked&& that) in Tracked() function
|
| /third_party/flutter/skia/include/ports/ |
| D | SkCFObject.h | 43 sk_cf_obj(const sk_cf_obj<T>& that) : fObject(SkCFSafeRetain(that.get())) {} in sk_cf_obj() 50 sk_cf_obj(sk_cf_obj<T>&& that) : fObject(that.release()) {} in sk_cf_obj() function
|
| /third_party/flutter/skia/src/utils/win/ |
| D | SkTScopedComPtr.h | 37 SkTScopedComPtr(SkTScopedComPtr&& that) : fPtr(that.release()) {} in SkTScopedComPtr() function 72 void swap(SkTScopedComPtr<T>& that) { in swap()
|
| /third_party/skia/src/utils/win/ |
| D | SkTScopedComPtr.h | 37 SkTScopedComPtr(SkTScopedComPtr&& that) : fPtr(that.release()) {} in SkTScopedComPtr() function 72 void swap(SkTScopedComPtr<T>& that) { in swap()
|
| /third_party/skia/include/private/ |
| D | SkTArray.h | 56 SkTArray(const SkTArray& that) in SkTArray() 59 SkTArray(SkTArray&& that) { in SkTArray() function 333 void swap(SkTArray& that) { in swap() 616 SkSTArray (const SkSTArray& that) : SkSTArray() { *this = that; } in SkSTArray() 617 explicit SkSTArray(const INHERITED& that) : SkSTArray() { *this = that; } in SkSTArray() 618 SkSTArray ( SkSTArray&& that) : SkSTArray() { *this = std::move(that); } in SkSTArray() function 619 explicit SkSTArray( INHERITED&& that) : SkSTArray() { *this = std::move(that); } in SkSTArray()
|
| /third_party/cef/libcef/common/ |
| D | values_impl.cc | 150 bool CefValueImpl::IsSame(CefRefPtr<CefValue> that) { in IsSame() 172 bool CefValueImpl::IsEqual(CefRefPtr<CefValue> that) { in IsEqual() 482 bool CefBinaryValueImpl::IsSameValue(const base::Value* that) { in IsSameValue() 487 bool CefBinaryValueImpl::IsEqualValue(const base::Value* that) { in IsEqualValue() 507 bool CefBinaryValueImpl::IsSame(CefRefPtr<CefBinaryValue> that) { in IsSame() 518 bool CefBinaryValueImpl::IsEqual(CefRefPtr<CefBinaryValue> that) { in IsEqual() 625 bool CefDictionaryValueImpl::IsSameValue(const base::DictionaryValue* that) { in IsSameValue() 630 bool CefDictionaryValueImpl::IsEqualValue(const base::DictionaryValue* that) { in IsEqualValue() 654 bool CefDictionaryValueImpl::IsSame(CefRefPtr<CefDictionaryValue> that) { in IsSame() 665 bool CefDictionaryValueImpl::IsEqual(CefRefPtr<CefDictionaryValue> that) { in IsEqual() [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | chariter.cpp | 70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() 77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =()
|