| /third_party/node/deps/v8/src/torque/ |
| D | kythe-data.cc | 32 KytheData* that = &KytheData::Get(); in AddConstantDefinition() local 48 KytheData* that = &Get(); in AddConstantUse() local 56 KytheData* that = &KytheData::Get(); in AddFunctionDefinition() local 75 KytheData* that = &Get(); in AddCall() local 89 KytheData* that = &KytheData::Get(); in AddClassFieldDefinition() local 104 KytheData* that = &KytheData::Get(); in AddClassFieldUse() local 129 KytheData* that = &KytheData::Get(); in AddBindingDefinitionImpl() local 143 KytheData* that = &KytheData::Get(); in AddBindingUse() local 153 KytheData* that = &KytheData::Get(); in AddBindingUse() local 163 KytheData* that = &KytheData::Get(); in AddTypeDefinition() local [all …]
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-ast.cc | 156 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { in VisitDisjunction() 167 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) { in VisitAlternative() 178 void RegExpUnparser::VisitCharacterRange(CharacterRange that) { in VisitCharacterRange() 186 void* RegExpUnparser::VisitCharacterClass(RegExpCharacterClass* that, in VisitCharacterClass() 199 void* RegExpUnparser::VisitAssertion(RegExpAssertion* that, void* data) { in VisitAssertion() 224 void* RegExpUnparser::VisitAtom(RegExpAtom* that, void* data) { in VisitAtom() 235 void* RegExpUnparser::VisitText(RegExpText* that, void* data) { in VisitText() 250 void* RegExpUnparser::VisitQuantifier(RegExpQuantifier* that, void* data) { in VisitQuantifier() 264 void* RegExpUnparser::VisitCapture(RegExpCapture* that, void* data) { in VisitCapture() 271 void* RegExpUnparser::VisitGroup(RegExpGroup* that, void* data) { in VisitGroup() [all …]
|
| D | regexp-dotprinter.cc | 88 void DotPrinterImpl::PrintAttributes(RegExpNode* that) { in PrintAttributes() 103 void DotPrinterImpl::VisitChoice(ChoiceNode* that) { in VisitChoice() 115 void DotPrinterImpl::VisitLoopChoice(LoopChoiceNode* that) { in VisitLoopChoice() 120 NegativeLookaroundChoiceNode* that) { in VisitNegativeLookaroundChoice() 124 void DotPrinterImpl::VisitText(TextNode* that) { in VisitText() 159 void DotPrinterImpl::VisitBackReference(BackReferenceNode* that) { in VisitBackReference() 167 void DotPrinterImpl::VisitEnd(EndNode* that) { in VisitEnd() 172 void DotPrinterImpl::VisitAssertion(AssertionNode* that) { in VisitAssertion() 198 void DotPrinterImpl::VisitAction(ActionNode* that) { in VisitAction()
|
| /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/node/deps/v8/include/ |
| D | v8-persistent-handle.h | 288 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() 298 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() 308 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(nullptr) { in Persistent() 312 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() 335 V8_INLINE static Persistent<T>& Cast(const Persistent<S>& that) { in Cast() 360 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() 385 V8_INLINE Global(Isolate* isolate, Local<S> that) in Global() 396 V8_INLINE Global(Isolate* isolate, const PersistentBase<S>& that) in Global() 448 T* PersistentBase<T>::New(Isolate* isolate, T* that) { in New() 457 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) { in Copy()
|
| D | v8-local-handle.h | 159 V8_INLINE Local(Local<S> that) : val_(reinterpret_cast<T*>(*that)) { in Local() function 236 V8_INLINE static Local<T> Cast(Local<S> that) { in Cast() 260 V8_INLINE static Local<T> New(Isolate* isolate, Local<T> that) { in New() 265 const PersistentBase<T>& that) { in New() 270 const BasicTracedReference<T>& that) { in New() 317 explicit V8_INLINE Local(T* that) : val_(that) {} in Local() 318 V8_INLINE static Local<T> New(Isolate* isolate, T* that) { in New() 349 V8_INLINE MaybeLocal(Local<S> that) : val_(reinterpret_cast<T*>(*that)) { in MaybeLocal()
|
| /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/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/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/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/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/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/node/src/ |
| D | util.cc | 341 Local<v8::Object> that, in SetMethod() 362 Local<v8::Object> that, in SetFastMethod() 383 Local<v8::Object> that, in SetFastMethodNoSideEffect() 404 Local<v8::Object> that, in SetMethodNoSideEffect() 425 Local<v8::FunctionTemplate> that, in SetProtoMethod() 444 Local<v8::FunctionTemplate> that, in SetProtoMethodNoSideEffect() 463 Local<v8::FunctionTemplate> that, in SetInstanceMethod() 482 Local<v8::Object> that, in SetConstructorFunction() 492 Local<v8::Object> that, in SetConstructorFunction()
|
| /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/node/deps/v8/src/compiler/ |
| D | load-elimination.cc | 170 AbstractElements* that = zone->New<AbstractElements>(zone); in Kill() local 221 LoadElimination::AbstractElements::Merge(AbstractElements const* that, in Merge() 296 AbstractField* that = zone->New<AbstractField>(zone); in KillConst() local 314 AbstractField* that = zone->New<AbstractField>(zone); in Kill() local 358 AbstractMaps* that = zone->New<AbstractMaps>(zone); in Kill() local 370 AbstractMaps const* that, Zone* zone) const { in Merge() 386 AbstractMaps* that = zone->New<AbstractMaps>(zone); in Extend() local 458 void LoadElimination::AbstractState::Merge(AbstractState const* that, in Merge() 484 AbstractState* that = zone->New<AbstractState>(*this); in SetMaps() local 498 AbstractState* that = zone->New<AbstractState>(*this); in KillMaps() local [all …]
|
| /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/node/deps/icu-small/source/common/ |
| D | chariter.cpp | 70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() 77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =()
|
| /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 …]
|