Home
last modified time | relevance | path

Searched refs:this (Results 601 - 625 of 3439) sorted by relevance

1...<<21222324252627282930>>...138

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h36 /// Specialize this to get different behaviour for ownership-related API. (If
47 /// Specialize ilist_alloc_traits to inherit from this to disable the
63 /// Specialize this for to use callbacks for when nodes change their list
69 /// Callback before transferring nodes to this list.
71 /// \pre \c this!=&OldList
82 /// TODO: Remove this layer of indirection. It's not necessary.
89 /// By inheriting from this, you can easily use default implementations for all
92 /// TODO: Remove this customization point. Specializing ilist_traits is
199 // TODO: Drop this assertion and the transitive type traits anytime after
218 *static_cast<TraitsT *>(this) in operator =()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h177 explicit packed_endian_specific_integral(value_type val) { *this = val; }
190 *this = *this + newValue;
191 return *this;
195 *this = *this - newValue;
196 return *this;
200 *this = *this | newValue;
201 return *this;
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h4 * you may not use this file except in compliance with the License.
99 return *this; in AddHeight()
105 return *this; in AddWidth()
111 return *this; in MinusHeight()
117 return *this; in MinusWidth()
162 return *this; in operator +=()
169 return *this; in operator -=()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object.h4 * you may not use this file except in compliance with the License.
117 META_NS::ConstructPropertiesFromMetadata(this, this->GetStaticObjectMetadata(), meta);
118 META_NS::ConstructEventsFromMetadata(this, this->GetStaticObjectMetadata(), meta);
119 META_NS::ConstructFunctionsFromMetadata(this, this->GetStaticObjectMetadata(), meta);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h4 * you may not use this file except in compliance with the License.
133 return this->photoFormat_;
144 return this->photoQuality_;
169 return this->burstKey_;
174 return this->isCoverPhoto_;
179 this->isCoverPhoto_ = isCoverPhoto; in SetIsCoverPhoto()
184 this->burstKey_ = burstKey; in SetBurstKey()
/third_party/libabigail/src/
H A Dabg-symtab-reader.h101 /// As of writing this, std::vector<elf_symbol_sptr>::const_iterator.
142 return *this; in operator ++()
151 symtab_iterator result(*this); in operator ++()
152 ++(*this); in operator ++()
168 while (*this != end_ && !filter_.matches(***this)) in skip_to_next()
169 ++(*this); in skip_to_next()
221 /// criteria. Whenever this iterator advances, it skips elements that do not
263 /// Whether this is a Linux Kernel binary
266 /// Whether this kernel_binar
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLRefPointer.h3 // Use of this source code is governed by a BSD-style license that can be
41 return *this; in operator =()
44 RefPointer(RefPointer &&other) noexcept : mCLObject(nullptr) { this->swap(other); } in mCLObject()
47 this->swap(other); in operator =()
48 return *this; in operator =()
60 if (this != &other) in operator =()
69 return *this; in operator =()
/third_party/skia/src/gpu/
H A DGrShaderCaps.h4 * Use of this source code is governed by a BSD-style license that can be
56 * TODO(joshualitt) On desktop opengl 4.2+ we can achieve something similar to this effect
142 // If this returns true some operation (could be a no op) must be called between floor and abs
192 // RelaxedPrecision. Rewriting the multiply as a sum of vector*scalar fixes this. (skia:11769)
211 // When we have the option of using either dFdx or dfDy in a shader, this returns whether we
218 // this function, the caller should check that shaderDerivativeSupport exists.
220 SkASSERT(this->shaderDerivativeSupport()); in shaderDerivativeExtensionString()
226 // extension is required. However, the return value of this function does not say whether dual
235 SkASSERT(this->externalTextureSupport()); in externalTextureExtensionString()
240 SkASSERT(this in secondExternalTextureExtensionString()
[all...]
H A DGrProgramDesc.h4 * Use of this source code is governed by a BSD-style license that can be
53 this->addBits(8, *bytes, label);
58 this->addBits(1, b, label);
62 this->addBits(32, v, label); in add32()
112 void reset() { *this = GrProgramDesc{}; } in reset()
114 // Returns this as a uint32_t array to be used as a key in the program cache.
125 return this->fKey == that.fKey; in operator ==()
129 return !(*this == other); in operator !=()
134 // TODO(skia:11372): Incorporate this into caps interface (part of makeDesc, or a parallel
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
H A Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'.
78 ; On this SIMD implementation, this must be 'short'.
84 ; On this SIMD implementation, this must be 'unsigned int'.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstIterator.h13 // Note that this iterator gets invalidated any time that basic blocks or
89 return *this; in operator ++()
92 InstIterator tmp = *this; ++*this; return tmp; in operator ++()
101 return *this; in operator --()
104 InstIterator tmp = *this; --*this; return tmp; in operator --()
/third_party/node/deps/v8/include/
H A Dv8-util.h2 // Use of this source code is governed by a BSD-style license that can be
87 * You should not derive from this class, since MapType depends on the
157 * C++11 embedders don't need this class, as they can use Global
163 * handles being transparently handled by this class.
217 // TODO(dcarney): figure out if this swap and loop is necessary. in Clear()
275 * The value will become invalid if the value for this key changes
312 * through this.
371 Global<V> persistent(this->isolate(), value); in Set()
388 this->AnnotateStrongRetainer(persistent); in SetUnique()
394 Local<V> value(Local<V>::New(this in SetUnique()
[all...]
/third_party/node/deps/v8/src/base/
H A Dhashmap.h2 // Use of this source code is governed by a BSD-style license that can be
143 // default-construct, we have to store their instances. Using this to store
156 Impl(Impl&& other) V8_NOEXCEPT { *this = std::move(other); }
169 return *this;
172 const MatchFun& match() const { return *this; } in match()
173 MatchFun& match() { return *this; } in match()
175 const AllocationPolicy& allocator() const { return *this; } in allocator()
176 AllocationPolicy& allocator() { return *this; } in allocator()
278 // initial position inside this interval, clearing the entry to remove will in Remove()
281 // entry to remove and the position looked at, then this entr in Remove()
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h2 // Use of this source code is governed by a BSD-style license that can be
87 * You should not derive from this class, since MapType depends on the
157 * C++11 embedders don't need this class, as they can use Global
163 * handles being transparently handled by this class.
221 // TODO(dcarney): figure out if this swap and loop is necessary. in Clear()
280 * The value will become invalid if the value for this key changes
317 * through this.
377 Global<V> persistent(this->isolate(), value); in Set()
394 this->AnnotateStrongRetainer(persistent); in SetUnique()
400 auto value = Local<V>::New(this in SetUnique()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DRenderPipelineMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in RenderPipelineMock()
29 this->RenderPipelineBase::DestroyImpl(); in RenderPipelineMock()
H A DExternalTextureMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in ExternalTextureMock()
29 this->ExternalTextureBase::DestroyImpl(); in ExternalTextureMock()
H A DPipelineLayoutMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in PipelineLayoutMock()
29 this->PipelineLayoutBase::DestroyImpl(); in PipelineLayoutMock()
H A DQuerySetMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in QuerySetMock()
29 this->QuerySetBase::DestroyImpl(); in QuerySetMock()
H A DSamplerMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in SamplerMock()
29 this->SamplerBase::DestroyImpl(); in SamplerMock()
H A DComputePipelineMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in ComputePipelineMock()
29 this->ComputePipelineBase::DestroyImpl(); in ComputePipelineMock()
H A DBindGroupLayoutMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in BindGroupLayoutMock()
29 this->BindGroupLayoutBase::DestroyImpl(); in BindGroupLayoutMock()
H A DCommandBufferMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in CommandBufferMock()
29 this->CommandBufferBase::DestroyImpl(); in CommandBufferMock()
H A DBindGroupMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in BindGroupMock()
29 this->BindGroupBase::DestroyImpl(); in BindGroupMock()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h4 * you may not use this file except in compliance with the License.
270 this->GetDefaultValueAny().GetValue(v); in GetDefaultValue()
276 auto ret = this->SetDefaultValueAny(Any<ValueType>(value)); in SetDefaultValue()
278 this->ResetValue(); in SetDefaultValue()
291 this->GetValueAny().GetValue(v); in GetValue()
297 return this->SetValueAny(Any<ValueType>(value)); in SetValue()
318 if (auto i = interface_cast<ILockable>(this->GetProperty())) { in ~TypedPropertyLock()
325 return const_cast<TypedPropertyLock*>(this); in operator ->()
344 if (auto i = interface_cast<ILockable>(this->GetProperty())) { in ~PropertyLock()
351 return const_cast<PropertyLock*>(this); in operator ->()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector3.h4 * you may not use this file except in compliance with the License.
101 Vector3<T> rNormalize(*this); in Normalized()
149 *this = ZERO; in SetZero()
182 return *this; in operator *=()
191 return *this; in operator *=()
197 Vector3<T> rMulti(*this); in operator *()
209 Vector3<T> rVec = *this; in operator +()
220 return *this; in operator +=()
229 return *this; in operator =()
235 Vector3<T> rSub(*this); in operator -()
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...138