/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-dotprinter.cc | 2 // Use of this source code is governed by a BSD-style license that can be 24 #define DECLARE_VISIT(Type) virtual void Visit##Type(Type##Node* that); 88 void DotPrinterImpl::PrintAttributes(RegExpNode* that) { in PrintAttributes() argument 89 os_ << " a" << that << " [shape=Mrecord, color=grey, fontcolor=grey, " in PrintAttributes() local 92 NodeInfo* info = that->info(); in PrintAttributes() 96 Label* label = that->label(); in PrintAttributes() 99 << " a" << that << " -> n" << that in PrintAttributes() local 103 void DotPrinterImpl::VisitChoice(ChoiceNode* that) { in VisitChoice() argument 104 os_ << " n" << that << " [shap in VisitChoice() local 115 VisitLoopChoice(LoopChoiceNode* that) VisitLoopChoice() argument 119 VisitNegativeLookaroundChoice( NegativeLookaroundChoiceNode* that) VisitNegativeLookaroundChoice() argument 124 VisitText(TextNode* that) VisitText() argument 126 os_ << " n" << that << " [label=\\""; VisitText() local 159 VisitBackReference(BackReferenceNode* that) VisitBackReference() argument 167 VisitEnd(EndNode* that) VisitEnd() argument 168 os_ << " n" << that << " [style=bold, shape=point];\\n"; VisitEnd() local 172 VisitAssertion(AssertionNode* that) VisitAssertion() argument 173 os_ << " n" << that << " ["; VisitAssertion() local 198 VisitAction(ActionNode* that) VisitAction() argument 199 os_ << " n" << that << " ["; VisitAction() local [all...] |
H A D | regexp-ast.cc | 2 // Use of this source code is governed by a BSD-style license that can be 145 void VisitCharacterRange(CharacterRange that); 156 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { in VisitDisjunction() argument 158 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitDisjunction() 160 that->alternatives()->at(i)->Accept(this, data); in VisitDisjunction() 167 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) { in VisitAlternative() argument 169 for (int i = 0; i < that->nodes()->length(); i++) { in VisitAlternative() 171 that->nodes()->at(i)->Accept(this, data); in VisitAlternative() 178 void RegExpUnparser::VisitCharacterRange(CharacterRange that) { in VisitCharacterRange() argument 179 os_ << AsUC32(that in VisitCharacterRange() 186 VisitCharacterClass(RegExpCharacterClass* that, void* data) VisitCharacterClass() argument 199 VisitAssertion(RegExpAssertion* that, void* data) VisitAssertion() argument 224 VisitAtom(RegExpAtom* that, void* data) VisitAtom() argument 235 VisitText(RegExpText* that, void* data) VisitText() argument 250 VisitQuantifier(RegExpQuantifier* that, void* data) VisitQuantifier() argument 264 VisitCapture(RegExpCapture* that, void* data) VisitCapture() argument 271 VisitGroup(RegExpGroup* that, void* data) VisitGroup() argument 278 VisitLookaround(RegExpLookaround* that, void* data) VisitLookaround() argument 288 VisitBackReference(RegExpBackReference* that, void* data) VisitBackReference() argument 295 VisitEmpty(RegExpEmpty* that, void* data) VisitEmpty() argument [all...] |
/third_party/skia/include/gpu/vk/ |
H A D | GrVkTypes.h | 5 * Use of this source code is governed by a BSD-style license that can be 48 bool operator==(const GrVkAlloc& that) const { in operator ==() 49 return fMemory == that.fMemory && fOffset == that.fOffset && fSize == that.fSize && in operator ==() 50 fAllocator == that.fAllocator && in operator ==() 51 fFlags == that.fFlags && fUsesSystemHeap == that.fUsesSystemHeap; in operator ==() 62 bool operator==(const GrVkYcbcrConversionInfo& that) const { in operator ==() 64 if (!this->isValid() && !that in operator ==() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | kythe-data.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 KytheData* that = &KytheData::Get(); in AddConstantDefinition() local 34 auto it = that->constants_.find(constant); in AddConstantDefinition() 35 if (it != that->constants_.end()) return it->second; in AddConstantDefinition() 39 kythe_entity_t constant_id = that->consumer_->AddDefinition( in AddConstantDefinition() 41 that->constants_.insert(it, std::make_pair(constant, constant_id)); in AddConstantDefinition() 48 KytheData* that = &Get(); in AddConstantUse() local 51 that->consumer_->AddUse(KytheConsumer::Kind::Constant, constant_id, use_pos); in AddConstantUse() 56 KytheData* that = &KytheData::Get(); in AddFunctionDefinition() local 58 auto it = that in AddFunctionDefinition() 75 KytheData* that = &Get(); AddCall() local 89 KytheData* that = &KytheData::Get(); AddClassFieldDefinition() local 104 KytheData* that = &KytheData::Get(); AddClassFieldUse() local 129 KytheData* that = &KytheData::Get(); AddBindingDefinitionImpl() local 143 KytheData* that = &KytheData::Get(); AddBindingUse() local 153 KytheData* that = &KytheData::Get(); AddBindingUse() local 163 KytheData* that = &KytheData::Get(); AddTypeDefinition() local 178 KytheData* that = &KytheData::Get(); AddTypeUse() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-fs-stream-construct-compat-graceful-fs.js | 21 const that = this; 22 fs.open(that.path, that.flags, that.mode, (err, fd) => { 24 if (that.autoClose) 25 that.destroy(); 27 that.emit('error', err); 29 that.fd = fd; 30 that.emit('open', fd); 31 that [all...] |
/third_party/skia/include/core/ |
H A D | SkFontMetrics.h | 4 * Use of this source code is governed by a BSD-style license that can be 18 bool operator==(const SkFontMetrics& that) { in operator ==() 20 this->fFlags == that.fFlags && in operator ==() 21 this->fTop == that.fTop && in operator ==() 22 this->fAscent == that.fAscent && in operator ==() 23 this->fDescent == that.fDescent && in operator ==() 24 this->fBottom == that.fBottom && in operator ==() 25 this->fLeading == that.fLeading && in operator ==() 26 this->fAvgCharWidth == that.fAvgCharWidth && in operator ==() 27 this->fMaxCharWidth == that in operator ==() [all...] |
/third_party/skia/src/core/ |
H A D | SkTLazy.h | 4 * Use of this source code is governed by a BSD-style license that can be 24 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 30 if (that.isValid()) { in operator =() 31 this->set(*that); in operator =() 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...] |
H A D | SkMask.h | 4 * Use of this source code is governed by a BSD-style license that can be 50 Does not account for k3D_Format. For that, use computeTotalImageSize(). 61 /** Returns the address of the byte that holds the specified bit. 62 Asserts that the mask is kBW_Format, and that x,y are in range. 73 Asserts that the mask is kA8_Format, and that x,y are in range. 85 * this asserts that the mask's format is kLCD16_Format, and that (x,y) 98 * this asserts that th [all...] |
H A D | SkDescriptor.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 140 SkAutoDescriptor::SkAutoDescriptor(const SkAutoDescriptor& that) { in SkAutoDescriptor() argument 141 this->reset(*that.getDesc()); in SkAutoDescriptor() 143 SkAutoDescriptor& SkAutoDescriptor::operator=(const SkAutoDescriptor& that) { in operator =() argument 144 this->reset(*that.getDesc()); in operator =() 147 SkAutoDescriptor::SkAutoDescriptor(SkAutoDescriptor&& that) { in SkAutoDescriptor() argument 148 if (that.fDesc == (SkDescriptor*)&that.fStorage) { in SkAutoDescriptor() 149 this->reset(*that.getDesc()); in SkAutoDescriptor() 151 fDesc = that in SkAutoDescriptor() 155 operator =(SkAutoDescriptor&& that) operator =() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | tracked.h | 29 // A class that tracks its copies and moves so that it can be queried in tests. 36 Tracked(const Tracked& that) in Tracked() argument 37 : val_(that.val_), in Tracked() 38 num_moves_(that.num_moves_), in Tracked() 39 num_copies_(that.num_copies_) { in Tracked() 42 Tracked(Tracked&& that) in Tracked() argument 43 : val_(std::move(that.val_)), in Tracked() 44 num_moves_(std::move(that.num_moves_)), in Tracked() 45 num_copies_(std::move(that in Tracked() 48 operator =(const Tracked& that) operator =() argument 54 operator =(Tracked&& that) operator =() argument [all...] |
/third_party/skia/include/private/ |
H A D | SkTArray.h | 4 * Use of this source code is governed by a BSD-style license that can be 48 * Creates an empty array that will preallocate space for reserveCount 56 SkTArray(const SkTArray& that) in SkTArray() argument 57 : SkTArray(that.fItemArray, that.fCount) {} in SkTArray() 59 SkTArray(SkTArray&& that) { in SkTArray() argument 60 if (that.fOwnMemory) { in SkTArray() 61 fItemArray = that.fItemArray; in SkTArray() 62 fCount = that.fCount; in SkTArray() 63 fAllocCount = that in SkTArray() 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 | 4 * Use of this source code is governed by a BSD-style license that can be 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 36 if (this != &that) { in operator =() 37 fCount = that.fCount; in operator =() 38 fCapacity = that.fCapacity; in operator =() 39 fSlots.reset(that in operator =() 47 operator =(SkTHashTable&& that) operator =() argument [all...] |
H A D | GrResourceKey.h | 4 * Use of this source code is governed by a BSD-style license that can be 88 bool operator==(const GrResourceKey& that) const { in operator ==() 91 return 0 == memcmp(fKey.get(), that.fKey.get(), kMetaDataCnt*sizeof(uint32_t)) && in operator ==() 92 0 == memcmp(&fKey[kMetaDataCnt], &that.fKey[kMetaDataCnt], this->dataSize()); in operator ==() 95 GrResourceKey& operator=(const GrResourceKey& that) { in operator =() argument 96 if (this != &that) { in operator =() 97 if (!that.isValid()) { in operator =() 100 size_t bytes = that.size(); in operator =() 103 memcpy(fKey.get(), that.fKey.get(), bytes); in operator =() 169 * scratch key should be interchangeable with respect to the code that use 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | TimeValue.h | 115 /// This is a static constructor that returns a TimeValue that represents 124 /// Add \p that to \p this. 127 TimeValue& operator += (const TimeValue& that ) { in operator +=() 128 this->seconds_ += that.seconds_ ; in operator +=() 129 this->nanos_ += that.nanos_ ; in operator +=() 134 /// Subtract \p that from \p this. 137 TimeValue& operator -= (const TimeValue &that ) { in operator -=() 138 this->seconds_ -= that.seconds_ ; in operator -=() 139 this->nanos_ -= that in operator -=() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrRefCnt.h | 4 * Use of this source code is governed by a BSD-style license that can be 46 * Shares the underlying object by calling Ref(), so that both the argument and the newly 49 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 D | GrDrawIndirectCommand.h | 4 * Use of this source code is governed by a BSD-style license that can be 44 GrDrawIndirectWriter(GrDrawIndirectWriter&& that) { *this = std::move(that); } in GrDrawIndirectWriter() 47 GrDrawIndirectWriter& operator=(GrDrawIndirectWriter&& that) { in operator =() 48 fData = that.fData; in operator =() 49 that.fData = nullptr; in operator =() 53 bool operator==(const GrDrawIndirectWriter& that) { return fData == that.fData; } in operator ==() 79 GrDrawIndexedIndirectWriter(GrDrawIndexedIndirectWriter&& that) { *this = std::move(that); } in GrDrawIndexedIndirectWriter() [all...] |
H A D | GrBackendSemaphore.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 38 GrBackendSemaphore::GrBackendSemaphore(const GrBackendSemaphore& that) { in GrBackendSemaphore() argument 40 *this = that; in GrBackendSemaphore() 43 GrBackendSemaphore& GrBackendSemaphore::operator=(const GrBackendSemaphore& that) { in operator =() argument 44 SkASSERT(!fIsInitialized || fBackend == that.fBackend); in operator =() 45 fBackend = that.fBackend; in operator =() 46 switch (that.fBackend) { in operator =() 49 fGLSync = that.fGLSync; in operator =() 54 fVkSemaphore = that.fVkSemaphore; in operator =() 59 fMtlEvent = that in operator =() [all...] |
H A D | GrBackendSurfaceMutableState.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 12 GrBackendSurfaceMutableState::GrBackendSurfaceMutableState(const GrBackendSurfaceMutableState& that) in GrBackendSurfaceMutableState() argument 13 : fBackend(that.fBackend), fIsValid(that.fIsValid) { in GrBackendSurfaceMutableState() 20 SkASSERT(that.fBackend == GrBackend::kVulkan); in GrBackendSurfaceMutableState() 21 fVkState = that.fVkState; in GrBackendSurfaceMutableState() 25 (void)that; in GrBackendSurfaceMutableState() 31 const GrBackendSurfaceMutableState& that) { in operator =() 32 if (this != &that) { in operator =() 34 new (this) GrBackendSurfaceMutableState(that); in operator =() 30 operator =( const GrBackendSurfaceMutableState& that) operator =() argument [all...] |
H A D | GrDeferredUpload.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 * requires that there are no draws that have yet to be flushed that rely on the old texture 21 * contents. In that case the ASAP upload would happen prior to the draw and therefore the draw 26 * recent draw was that referenced a resource (or portion of a resource). Each draw is assigned a 30 * instead so that the upload occurs after the draw depending on the old contents and before the 32 * token of the draw that the upload must occur before. 45 bool operator==(const GrDeferredUploadToken& that) const { in operator ==() 46 return fSequenceNumber == that in operator ==() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tzrule.cpp | 57 TimeZoneRule::operator==(const TimeZoneRule& that) const { 58 return ((this == &that) || 59 (typeid(*this) == typeid(that) && 60 fName == that.fName && 61 fRawOffset == that.fRawOffset && 62 fDSTSavings == that.fDSTSavings)); 66 TimeZoneRule::operator!=(const TimeZoneRule& that) const { 67 return !operator==(that); 124 InitialTimeZoneRule::operator==(const TimeZoneRule& that) const { 125 return ((this == &that) || [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzrule.cpp | 57 TimeZoneRule::operator==(const TimeZoneRule& that) const { 58 return ((this == &that) || 59 (typeid(*this) == typeid(that) && 60 fName == that.fName && 61 fRawOffset == that.fRawOffset && 62 fDSTSavings == that.fDSTSavings)); 66 TimeZoneRule::operator!=(const TimeZoneRule& that) const { 67 return !operator==(that); 124 InitialTimeZoneRule::operator==(const TimeZoneRule& that) const { 125 return ((this == &that) || [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzrule.cpp | 57 TimeZoneRule::operator==(const TimeZoneRule& that) const { 58 return ((this == &that) || 59 (typeid(*this) == typeid(that) && 60 fName == that.fName && 61 fRawOffset == that.fRawOffset && 62 fDSTSavings == that.fDSTSavings)); 66 TimeZoneRule::operator!=(const TimeZoneRule& that) const { 67 return !operator==(that); 124 InitialTimeZoneRule::operator==(const TimeZoneRule& that) const { 125 return ((this == &that) || [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | chariter.cpp | 70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() argument 71 ForwardCharacterIterator(that), in CharacterIterator() 72 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end) in CharacterIterator() 77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() argument 78 ForwardCharacterIterator::operator=(that); in operator =() 79 textLength = that.textLength; in operator =() 80 pos = that in operator =() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | chariter.cpp | 70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() argument 71 ForwardCharacterIterator(that), in CharacterIterator() 72 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end) in CharacterIterator() 77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() argument 78 ForwardCharacterIterator::operator=(that); in operator =() 79 textLength = that.textLength; in operator =() 80 pos = that in operator =() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | chariter.cpp | 70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() argument 71 ForwardCharacterIterator(that), in CharacterIterator() 72 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end) in CharacterIterator() 77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() argument 78 ForwardCharacterIterator::operator=(that); in operator =() 79 textLength = that.textLength; in operator =() 80 pos = that in operator =() [all...] |