/third_party/node/deps/v8/src/objects/ |
H A D | string-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 407 // VS 2017 on official builds gives this spurious warning: 480 if (other == *this) return true; in Equals() 481 if (this->IsInternalizedString() && other.IsInternalizedString()) { in Equals() 498 DCHECK(!SharedStringAccessGuardIfNeeded::IsNeeded(*this)); in IsEqualTo() 505 DCHECK(!SharedStringAccessGuardIfNeeded::IsNeeded(*this)); in IsEqualTo() 506 return IsEqualToImpl<kEqType>(str, GetPtrComprCageBase(*this), in IsEqualTo() 537 String string = *this; in IsEqualToImpl() 598 // this is a prefix check. in IsConsStringEqualToImpl() 628 DCHECK(!SharedStringAccessGuardIfNeeded::IsNeeded(*this)); in GetChars() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | SynchronizedValue.h | 3 // Use of this source code is governed by a BSD-style license that can be 72 T *operator->() { return const_cast<T *>(&this->mValue); } in operator ->() 73 T &operator*() { return const_cast<T &>(this->mValue); } in operator *() 120 ASSERT(this->owns_lock()); in operator ->() 125 ASSERT(this->owns_lock()); in operator *() 162 ASSERT(this->owns_lock()); in operator ->() 163 return const_cast<T *>(&this->mValue); in operator ->() 167 ASSERT(this->owns_lock()); in operator *() 168 return const_cast<T &>(this->mValue); in operator *() 220 if (&other != this) in operator =() [all...] |
/third_party/skia/modules/svg/include/ |
H A D | SkSVGTypes.h | 4 * Use of this source code is governed by a BSD-style license that can be 126 bool operator!=(const SkSVGLength& other) const { return !(*this == other); } in operator !=() 154 bool operator!=(const SkSVGIRI& other) const { return !(*this == other); } in operator !=() 176 bool operator!=(const SkSVGColor& other) const { return !(*this == other); } in operator !=() 206 bool operator!=(const SkSVGPaint& other) const { return !(*this == other); } in operator !=() 238 bool operator!=(const SkSVGFuncIRI& other) const { return !(*this == other); } in operator !=() 270 bool operator!=(const SkSVGLineJoin& other) const { return !(*this == other); } in operator !=() 294 bool operator!=(const SkSVGSpreadMethod& other) const { return !(*this == other); } in operator !=() 317 bool operator!=(const SkSVGFillRule& other) const { return !(*this == other); } in operator !=() 346 bool operator!=(const SkSVGVisibility& other) const { return !(*this in operator ==() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrPipeline.h | 4 * Use of this source code is governed by a BSD-style license that can be 119 // mechanism is not thread safe so we do not hold a ref on this global. in getXferProcessor() 124 // Helper functions to quickly know if this GrPipeline will access the dst as a texture or an 126 bool usesDstTexture() const { return this->dstProxyView() && !this->usesDstInputAttachment(); } in usesDstTexture() 128 return this->dstSampleFlags() & GrDstSampleFlags::kAsInputAttachment; in usesDstInputAttachment() 142 /** If this GrXferProcessor uses a texture to access the dst color, returns that texture. */ 144 if (!this->usesDstTexture()) { in peekDstTexture() 148 if (GrTextureProxy* dstProxy = this->dstProxyView().asTextureProxy()) { in peekDstTexture() 182 if (this in allProxiesInstantiated() [all...] |
H A D | GrTextureProxy.h | 4 * Use of this source code is governed by a BSD-style license that can be 24 GrTextureProxy* asTextureProxy() override { return this; } 25 const GrTextureProxy* asTextureProxy() const override { return this; } 55 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() 59 return GrTextureTypeHasRestrictedSampling(this->textureType()); in hasRestrictedSampling() 64 // that type, but this function exists in GrTextureProxy because it's only relevant when the 74 if (this->isInstantiated() && fUniqueKey.isValid() && fSyncTargetKey && 76 GrSurface* surface = this->peekSurface(); 156 // Setting syncTargetKey to false disables this behavior and only keeps the unique key 164 // each class to achieve the necessary alignment. However, ASAN checks the alignment of 'this' [all...] |
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontInfo_ohos.h | 2 // Use of this source code is governed by a BSD-style license that can be 64 this->fname.set(fname); in FontInfo() 79 if (this == &font) { in operator =() 80 return *this; in operator =() 92 return *this; in operator =() 100 if (this == &font) { in operator =() 101 return *this; in operator =() 113 return *this; in operator =()
|
/third_party/skia/src/sksl/lex/ |
H A D | NFAtoDFA.h | 4 * Use of this source code is governed by a BSD-style license that can be 25 * possible combination of simultaneous NFA states and give this combination a label. These labelled 49 // this becomes state 1, our start state in convert() 51 this->scanState(start); in convert() 53 this->computeMappings(); in convert() 80 this->add(next, states); in add() 115 this->add(nextState, &next); in scanState() 120 DFAState* nextState = this->getState(DFAState::Label(next)); in scanState() 121 this->addTransition(c, state->fId, nextState->fId); in scanState() 129 this in scanState() [all...] |
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | RefBase.h | 4 // you may not use this file except in compliance with the License. 52 return *this; in operator =() 62 return *this; in operator =() 72 return *this; in operator =() 80 if (&other != this) { in operator =() 84 return *this; in operator =() 87 // Constructors from a RefBase<U>. Note that in the *-assignment operators this cannot be the 98 return *this; in operator =() 110 return *this; in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 49 // this usecase. The sizes were picked to minimize wasted space, but are 77 /// Add the specified ID to the set of analyses preserved by this pass. 80 return *this; in addPreservedID() 84 return *this; in addPreservedID() 86 /// Add the specified Pass class to the set of analyses preserved by this pass. 90 return *this; in addPreserved() 95 /// Add the specified ID to the set of analyses used by this pass if they are 99 return *this; in addUsedIfAvailableID() 103 return *this; in addUsedIfAvailableID() 105 /// Add the specified Pass class to the set of analyses used by this pas in addUsedIfAvailableID() [all...] |
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | enum_set.h | 4 // you may not use this file except in compliance with the License. 33 /// Enum is the enum type this EnumSet wraps 49 /// @param set the set to assign to this set 50 /// @return this set so calls can be chained 55 /// @return this set so calls can be chained 56 inline EnumSet& operator=(Enum e) { return *this = EnumSet{e}; } in operator =() 58 /// Adds all the given values to this set 60 /// @return this set so calls can be chained 66 /// Removes all the given values from this set 68 /// @return this se [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SmallVectorMemoryBuffer.h | 34 /// FIXME: It'd be nice for this to be a non-templated constructor taking a 37 /// SmallVectors. If/when that is fixed we can simplify this constructor and 41 init(this->SV.begin(), this->SV.end(), false); in SmallVectorMemoryBuffer() 48 init(this->SV.begin(), this->SV.end(), false); in SmallVectorMemoryBuffer()
|
H A D | OnDiskHashTable.h | 162 // this is very common in C++ class lookup tables. This also in Emit() 165 // FIXME: Try computing a perfect hash function at this point. in Emit() 177 // Store the offset for the data of this bucket. in Emit() 257 /// /// The internal and external types are often the same, in which case this 367 // number of items in this bucket. in find_hashed() 469 // number of items in this bucket. in advance() 513 this->advance(); in operator ++() 514 return *this; in operator ++() 517 key_iterator tmp = *this; in operator ++() 518 ++*this; in operator ++() [all...] |
/third_party/protobuf/php/tests/ |
H A D | GeneratedPhpdocTest.php | 16 $this->assertContains('foo.TestMessage', $doc); 23 $this->assertContains('@param array $data', $doc); 24 $this->assertContains('@type int $optional_int32', $doc); 35 $this->assertContains($expectedDoc, $doc);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | stacks.h | 2 // Use of this source code is governed by a BSD-style license that can be 52 // this). This only happens on isolate tear down, otherwise there is always in ~StackMemory() 64 // Insert a stack in the linked list after this stack. 66 stack->next_ = this->next_; in Add() 67 stack->prev_ = this; in Add() 68 this->next_->prev_ = stack; in Add() 69 this->next_ = stack; in Add() 120 StackMemory* next_ = this; 121 StackMemory* prev_ = this;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderTarget.h | 4 * Use of this source code is governed by a BSD-style license that can be 49 return this->getFramebuffer(renderPass.hasResolveAttachment(), in getFramebuffer() 56 SkASSERT(!this->wrapsSecondaryCommandBuffer()); in colorAttachment() 60 SkASSERT(!this->wrapsSecondaryCommandBuffer()); in colorAttachmentView() 61 return this->colorAttachment()->framebufferView(); in colorAttachmentView() 65 SkASSERT(!this->wrapsSecondaryCommandBuffer()); in resolveAttachment() 69 SkASSERT(!this->wrapsSecondaryCommandBuffer()); in resolveAttachmentView() 75 // Note that in this second case the resolve attachment may be null if this was created by 118 kDirectlyWrapped, // We need to register this i [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLBinaryExpression.h | 4 * Use of this source code is governed by a BSD-style license that can be 37 SkASSERT(!op.isAssignment() || CheckRef(*this->left())); in BinaryExpression() 83 return this->left()->isConstantOrUniform() && this->right()->isConstantOrUniform(); 87 if (property == Property::kSideEffects && this->getOperator().isAssignment()) { 90 return this->left()->hasProperty(property) || this->right()->hasProperty(property);
|
H A D | SkSLFunctionDefinition.h | 4 * Use of this source code is governed by a BSD-style license that can be 44 * This will return a FunctionDefinition even if an error is detected; this leads to better 83 return std::make_unique<FunctionDefinition>(fLine, &this->declaration(), 84 /*builtin=*/false, this->body()->clone(), 85 this->referencedIntrinsics()); 89 return this->declaration().description() + " " + this->body()->description(); 100 // the entire lifespan of this object. The parse tree's lifespan is normally controlled by 102 // will invalidate this pointer.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.h | 50 /// Clients can use this class to add relocatable object files to an 91 this->ReturnObjectBuffer = std::move(ReturnObjectBuffer); in setReturnObjectBuffer() 98 return *this; in addPlugin() 105 /// Instructs this ObjectLinkingLayer instance to override the symbol flags 111 /// FIXME: We should be able to remove this if/when COFF properly tracks 115 this->OverrideObjectFlags = OverrideObjectFlags; in setOverrideObjectFlagsWithResponsibilityFlags() 116 return *this; in setOverrideObjectFlagsWithResponsibilityFlags() 119 /// If set, this ObjectLinkingLayer instance will claim responsibility 121 /// the MaterializationResponsibility instance. Setting this flag allows 127 /// deterministically). If this optio [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 16 // this software without specific prior written permission. 101 // Crash if this Mutex is not held exclusively by this thread. 118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() 119 ~MutexLock() { this->mu_->Unlock(); } in ~MutexLock() 133 mu_(mu) { if (this->mu_ != nullptr) { this->mu_->Lock(); } } in MutexLockMaybe() 134 ~MutexLockMaybe() { if (this in MutexLockMaybe() [all...] |
/third_party/skia/experimental/graphite/src/ |
H A D | EnumBitMask.h | 4 * Use of this source code is governed by a BSD-style license that can be 50 SK_ALWAYS_INLINE Mask& operator|=(Mask m) { return *this = *this | m; } in operator |=() 51 SK_ALWAYS_INLINE Mask& operator&=(Mask m) { return *this = *this & m; } in operator &=() 52 SK_ALWAYS_INLINE Mask& operator^=(Mask m) { return *this = *this ^ m; } in operator ^=()
|
/third_party/skia/include/sksl/ |
H A D | DSLFunction.h | 4 * Use of this source code is governed by a BSD-style license that can be 44 // unfortunately we can't capture position info from this overload. in DSLFunction() 45 this->init(modifiers, returnType, name, std::move(parameterArray), PositionInfo()); in DSLFunction() 50 this->init(DSLModifiers(), returnType, name, std::move(parameters), pos); in DSLFunction() 55 this->init(modifiers, returnType, name, std::move(parameters), pos); in DSLFunction() 66 this->define(std::move(block)); in define() 78 this->collectArgs(argArray, std::forward<Args>(args)...); in operator ()() 79 return this->call(std::move(argArray)); in operator ()()
|
/third_party/lzma/CPP/Common/ |
H A D | MyVector.h | 181 if (&v == this)
in operator =() 182 return *this;
in operator =() 196 return *this;
in operator =() 211 return *this;
in operator +=() 291 const T midVal = (*this)[mid];
in FindInSorted() 308 const T& midVal = (*this)[mid];
in FindInSorted2() 337 const T midVal = (*this)[mid];
in AddToUniqueSorted() 356 const T& midVal = (*this)[mid];
in AddToUniqueSorted2() 477 if (&v == this)
in operator =() 478 return *this;
in operator =() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 93 /// table, returning it. If the key is not in the table, this returns null. 163 return StringRef(getKeyData(), this->getKeyLength()); in getKey() 166 /// getKeyData - Return the start of the string data that is the key for this 169 const char *getKeyData() const {return reinterpret_cast<const char*>(this+1);} in getKeyData() 172 return StringRef(getKeyData(), this->getKeyLength()); in first() 220 /// Destroy - Destroy this StringMapEntry, releasing memory back to the 225 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() 226 this->~StringMapEntry(); in Destroy() 227 Allocator.Deallocate(static_cast<void *>(this), AllocSize); in Destroy() 230 /// Destroy this objec [all...] |
/third_party/skia/src/opts/ |
H A D | Sk4px_SSE2.h | 4 * Use of this source code is governed by a BSD-style license that can be 11 return Sk16h(_mm_unpacklo_epi8(this->fVec, _mm_setzero_si128()), in widen() 12 _mm_unpackhi_epi8(this->fVec, _mm_setzero_si128())); in widen() 16 return this->widen() * Sk4px(other).widen(); in mulWiden() 20 Sk4px::Wide r = (*this + other) >> 8; in addNarrowHi() 40 return Sk16b(_mm_shuffle_epi8(this->fVec, splat)); in alphas()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLRenderTarget.h | 4 * Use of this source code is governed by a BSD-style license that can be 24 bool alwaysClearStencil() const override { return this->glRTFBOIDis0(); } 26 // set fSingleSampleFBOID to this value to indicate that it is multisampled but 70 this->bindInternal(GR_GL_FRAMEBUFFER, useMultisampleFBO); in bind() 77 this->bindInternal(fboTarget, in bindForPixelOps() 78 this->numSamples() > 1 && !this->isMultisampledRenderToTexture()); in bindForPixelOps()
|