Home
last modified time | relevance | path

Searched refs:this (Results 1001 - 1025 of 2973) sorted by relevance

1...<<41424344454647484950>>...119

/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h2 // Use of this source code is governed by a BSD-style license that can be
141 // Returns true if a change from this representation to a more general one
173 // Return the most generic representation that this representation can be
175 // then this will return the current representation.
188 return other.is_more_general_than(*this) || other.Equals(*this); in fits_into()
192 if (other.fits_into(*this)) return *this; in generalize()
193 if (other.is_more_general_than(*this)) return other; in generalize()
324 PropertyDetails details = *this; in set_cell_type()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h3 // Use of this source code is governed by a BSD-style license that can be
129 inline bool operator!=(const VertexAttributeDesc &rhs) const { return !(*this == rhs); } in operator !=()
144 inline bool operator!=(const VertexBufferLayoutDesc &rhs) const { return !(*this == rhs); } in operator !=()
198 return !(*this == rhs); in operator !=()
256 // output. Disabled flag cannot be used in this case since Metal doesn't allow that. The
345 return !(*this == other); in operator !=()
358 return !(*this == other); in operator !=()
372 return !(*this == other); in operator !=()
403 inline bool operator!=(const RenderPassDesc &other) const { return !(*this == other); } in operator !=()
/third_party/skia/src/core/
H A DSkGlyph.h4 * Use of this source code is governed by a BSD-style license that can be
72 return !(*this == that); in operator !=()
75 return this->fID < that.fID; in operator <()
87 return this->subToFixed(kSubPixelX); in getSubXFixed()
91 return this->subToFixed(kSubPixelY); in getSubYFixed()
130 // TODO: why does this code not work on GCC 8.3 x86 Debug builds?
249 // Call this to set all of the metrics fields to 0 (e.g. if the scaler
250 // encounters an error measuring a glyph). Note: this does not alter the
259 // If we haven't already tried to associate an image with this glyph
265 // Merge the from glyph into this glyp
[all...]
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.h4 * Use of this source code is governed by a BSD-style license that can be
145 * sampling this will return the color of the pixel that is currently being painted over.
187 * Makes a copy of this fragment processor that draws equivalently to the original.
192 // The FP this was registered with as a child function. This will be null if this is a root.
198 this->onAddToKey(caps, b); in addToKey()
216 /** Do any of the FPs in this tree read back the color from the destination surface? */
221 /** Does the SkSL for this FP take two colors as its input arguments? */
227 * True if this FP refers directly to the sample coordinate parameter of its function
236 * True if this F
[all...]
H A DGrUserStencilSettings.h4 * Use of this source code is governed by a BSD-style license that can be
117 // Unfortunately, this is the only way to pass template arguments to a constructor.
191 return this->flags(hasStencilClip) & kDisabled_StencilFlag; in isDisabled()
194 return this->flags(hasStencilClip) & kTestAlwaysPasses_StencilFlag; in testAlwaysPasses()
197 return !(this->flags(hasStencilClip) & kSingleSided_StencilFlag); in isTwoSided()
200 return !(this->flags(hasStencilClip) & kNoWrapOps_StencilFlag); in usesWrapOp()
210 bool isUnused() const { return this == &kUnused; } in isUnused()
H A DGrResourceProvider.h4 * Use of this source code is governed by a BSD-style license that can be
45 * Finds a resource in the cache, based on the specified key. Prior to calling this, the caller
52 return sk_sp<T>(static_cast<T*>(this->findResourceByUniqueKey(key).release())); in findByUniqueKey()
232 if (auto buffer = this->findByUniqueKey<const GrGpuBuffer>(key)) { in findOrCreatePatternedIndexBuffer()
235 return this->createPatternedIndexBuffer(pattern, patternSize, reps, vertCount, &key); in findOrCreatePatternedIndexBuffer()
247 fNonAAQuadIndexBuffer = this->createNonAAQuadIndexBuffer(); in refNonAAQuadIndexBuffer()
265 fAAQuadIndexBuffer = this->createAAQuadIndexBuffer(); in refAAQuadIndexBuffer()
316 * association is removed and replaced by this resource.
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h4 * Use of this source code is governed by a BSD-style license that can be
102 // accommodate this by adjusting the topology of the mesh and AEL to match the intersection
282 Edge* fFirstEdgeAbove; // Linked list of edges above this vertex.
284 Edge* fFirstEdgeBelow; // Linked list of edges below this vertex.
286 Edge* fLeftEnclosingEdge; // Nearest edge in the AEL left of this vertex.
287 Edge* fRightEnclosingEdge; // Nearest edge in the AEL right of this vertex.
290 bool fSynthetic; // Is this a synthetic vertex?
294 bool isConnected() const { return this->fFirstEdgeAbove || this->fFirstEdgeBelow; } in isConnected()
342 double len = sqrt(this in normalize()
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h4 * Use of this source code is governed by a BSD-style license that can be
24 return *this; in set()
61 // similar to cross, this bastardization considers nearly coincident to be zero
89 double inverseLength = sk_ieee_double_divide(1, this->length()); in normalize()
92 return *this; in normalize()
140 SkDPoint result = *this; in operator +()
147 SkDPoint result = *this; in operator -()
152 // note: this can not be implemented with
223 SkDVector temp = *this - a; in distance()
228 SkDVector temp = *this in distanceSquared()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCRegisterInfo.h49 /// begin/end - Return all of the registers in this class.
54 /// getNumRegs - Return the number of registers in this class.
65 /// contains - Return true if the specified register is included in this
76 /// contains - Return true if both registers are in this class.
82 /// this class. A negative number means the register class is very expensive
86 /// isAllocatable - Return true if this register class may be used to create
119 /// to this array so that we can turn register number into a register
122 /// Note this class is designed to be a base class of TargetRegisterInfo, which
124 /// specialize this class. MCRegisterInfo should only contain getters to access
187 /// Don't use this clas
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArgList.h83 this->Ids[I] = Ids[I];
93 return *this; in operator ++()
97 arg_iterator tmp(*this); in operator ++()
98 ++(*this); in operator ++()
154 // it can be a container of unique_ptr) this would be simpler.
166 return *this; in operator =()
169 // Protect the dtor to ensure this type is never destroyed polymorphically.
308 A->render(*this, Output); in AddLastArg()
406 return *this; in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLParser.h66 /// Dump all the tokens in this stream to OS.
147 /// Get the value of the anchor attached to this node. If it does not
223 /// Gets the value of this node as a StringRef.
261 /// Gets the value of this node as a StringRef.
273 /// representation graph, it is easier to treat them this way.
275 /// TODO: Consider making this not a child of Node.
371 return *this; in operator ++()
425 iterator begin() { return yaml::begin(*this); } in begin()
429 void skip() override { yaml::skip(*this); }
465 // As a BlockMappingEntry and BlockEnd are not created in this cas
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h62 /// \brief Dump all the tokens in this stream to OS.
122 /// \brief Get the value of the anchor attached to this node. If it does not
210 /// \brief Gets the value of this node as a StringRef.
248 /// \brief Gets the value of this node as a StringRef.
260 /// representation graph, it is easier to treat them this way.
262 /// TODO: Consider making this not a child of Node.
357 return *this; in operator ++()
410 iterator begin() { return yaml::begin(*this); } in begin()
414 void skip() override { yaml::skip(*this); }
450 // As a BlockMappingEntry and BlockEnd are not created in this cas
[all...]
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h4 * Use of this source code is governed by a BSD-style license that can be
77 bool isArray() const { return SkToBool(this->flags & kArray_Flag); } in isArray()
218 // provide an SkData of this size, containing values for all of those variables.
301 // Copy 'val' to this variable. No type conversion is performed - 'val' must be same
304 // builds will abort. If this is the result of querying a missing variable, fVar will
317 return *this; in operator =()
332 return *this; in operator =()
362 return *this; in operator =()
371 return *this; in operator =()
380 BuilderUniform uniform(const char* name) { return { this, fEffec
[all...]
/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h2 // Use of this source code is governed by a BSD-style license that can be
96 // TODO(bmeurer): Optimize this case. in contains()
118 // TODO(bmeurer): Optimize this case. in remove()
126 std::swap(*this, that); in remove()
210 return !(*this == other);
215 return *this;
231 return ZoneHandleSet<T>::const_iterator(this, 0);
236 return ZoneHandleSet<T>::const_iterator(this, size());
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h4 // you may not use this file except in compliance with the License.
63 // can be used as a test for this property.
134 // unless this == &src, e.g., "x = x;", which is a no-op.
159 // convertible to char32. Typical uses of this method might include:
167 return *this; in append()
201 const_iterator result(*this); in operator ++()
202 ++*this; in operator ++()
208 const_iterator result(*this); in operator --()
209 --*this; in operator --()
276 // Returns whether this contain
[all...]
/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h2 // Use of this source code is governed by a BSD-style license that can be
101 return *this;
146 return *this; in operator ++()
160 return *this; in operator =()
197 return *this; in operator ++()
229 // of this list.
257 T* last = this->first(); in Verify()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h2 // Use of this source code is governed by a BSD-style license that can be
118 bool operator!=(IteratorImpl other) const { return !(*this == other); } in operator !=()
127 return *this; in operator ++()
130 IteratorImpl temp(*this); in operator ++()
131 ++(*this); in operator ++()
307 ObjectHeaderFromInnerAddressImpl<mode>(this, address); in ObjectHeaderFromInnerAddress()
/third_party/node/deps/v8/src/heap/
H A Dspaces-inl.h2 // Use of this source code is governed by a BSD-style license that can be
25 return *this; in operator ++()
30 PageIteratorImpl<PAGE_TYPE> tmp(*this); in operator ++()
67 DCHECK(this->owner_identity() != NEW_SPACE); in MarkNeverAllocateForTesting()
71 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this); in MarkNeverAllocateForTesting()
79 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this); in MarkEvacuationCandidate()
H A Dmarking-visitor.h2 // Use of this source code is governed by a BSD-style license that can be
28 // Declares that this marking state is not collecting retainers, so the
56 return static_cast<ConcreteState*>(this)->bitmap(p)->MarkBitFromIndex( in MarkBitFrom()
96 static_cast<ConcreteState*>(this)->IncrementLiveBytes( in GreyToBlack()
106 static_cast<ConcreteState*>(this)->bitmap(chunk)->Clear(); in ClearLiveness()
107 static_cast<ConcreteState*>(this)->SetLiveBytes(chunk, 0); in ClearLiveness()
222 return static_cast<ConcreteVisitor*>(this); in concrete_visitor()
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h2 // Use of this source code is governed by a BSD-style license that can be
97 return *this; \
105 return *this; in set_script_id()
111 return *this; in set_function_kind()
119 return *this; in set_function_syntax_kind()
128 return *this; in set_parsing_while_debugging()
176 // Note that this is different from UnoptimizedCompileState, which has mutable
187 // parses that reuse this reusable state and its AstValueFactory.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.h3 // Use of this source code is governed by a BSD-style license that can be
109 // important that this class does not persist longer than the duration of Program::link.
207 this->name = name; in UnusedUniform()
208 this->isSampler = isSampler; in UnusedUniform()
209 this->isImage = isImage; in UnusedUniform()
210 this->isAtomicCounter = isAtomicCounter; in UnusedUniform()
211 this->isFragmentInOut = isFragmentInOut; in UnusedUniform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h152 if (auto EC = Mapper(*this, X)) in mapVectorN()
161 if (auto EC = Mapper(*this, X)) in mapVectorN()
169 if (auto EC = Mapper(*this, Item)) in mapVectorN()
184 if (auto EC = Mapper(*this, Item)) in mapVectorTail()
191 if (auto EC = Mapper(*this, Field)) in mapVectorTail()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h37 /// is relative to the compile/type unit. Prior to this class the DWARFUnit and
40 /// relative offset. This class helps to ensure that this doesn't happen and
56 /// Get the abbreviation declaration for this DIE.
93 /// Get the parent of this DIE object.
95 /// \returns a valid DWARFDie instance if this object has a parent or an
99 /// Get the sibling of this DIE object.
101 /// \returns a valid DWARFDie instance if this object has a sibling or an
105 /// Get the previous sibling of this DIE object.
107 /// \returns a valid DWARFDie instance if this object has a sibling or an
111 /// Get the first child of this DI
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h4 // of this software and/or associated documentation files (the "Materials"),
10 // The above copyright notice and this permission notice shall be included in
213 // For BitEnum, the index of the bit position represented by this mask.
228 // Returns true if this enum is valid, in isolation.
256 return (*this)[value].name.c_str(); in getName()
279 alias(this) { } in InstructionValue()
282 *this = v; in InstructionValue()
283 alias = this; in InstructionValue()
290 bool isAlias() const { return alias != this; } in isAlias()
298 const InstructionValue* alias; // correct only after discovering the aliases; otherwise points to this
[all...]
/third_party/vixl/src/
H A Dcpu-features.h8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
13 // used to endorse or promote products derived from this software without
230 // about unavailable features. The Simulator uses this feature when
286 // this class supports.
313 // The presence of these features was assumed by version of VIXL before this
314 // API was added, so using this set by default ensures API compatibility.
332 // Combine another CPUFeatures object into this one. Features that already
333 // exist in this set are left unchanged.
336 // Combine a specific feature into this se
[all...]

Completed in 20 milliseconds

1...<<41424344454647484950>>...119