/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FileDescriptorSet.php | 46 return $this->file; 52 * @return $this 57 $this->file = $arr; 59 return $this;
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | SourceContext.php | 52 return $this->file_name; 61 * @return $this 66 $this->file_name = $var; 68 return $this;
|
H A D | ListValue.php | 49 return $this->values; 57 * @return $this 62 $this->values = $arr; 64 return $this;
|
H A D | StringValue.php | 49 return $this->value; 57 * @return $this 62 $this->value = $var; 64 return $this;
|
/third_party/skia/bench/ |
H A D | ResultsWriter.h | 4 * Use of this source code is governed by a BSD-style license that can be 45 this->beginObject(id.c_str()); in beginBench() 48 void endBench() { this->endObject(); } in endBench() 53 this->appendDoubleDigits(name, value, 16); in appendMetric()
|
/third_party/node/deps/v8/src/objects/ |
H A D | slots.h | 2 // Use of this source code is governed by a BSD-style license that can be 27 return *static_cast<Subclass*>(this); in operator ++() 30 Subclass result = *static_cast<Subclass*>(this); in operator ++() 36 return *static_cast<Subclass*>(this); in operator --() 39 Subclass result = *static_cast<Subclass*>(this); in operator --() 61 return *static_cast<Subclass*>(this); in operator +=() 66 return *static_cast<Subclass*>(this); in operator -=() 96 // Tagged value stored in this slot is guaranteed to never be a weak pointer. 140 // Tagged value stored in this slot can be a weak pointer. 191 // behavior in C++ code we use this iterato [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis.h | 4 // you may not use this file except in compliance with the License. 212 // Try to perform a division. Returns the pair <this.node_ / rhs, division 229 return *this + scev_->CreateConstant(integer); in operator +() 233 return *this + rhs.node_; in operator +() 241 return *this + scev_->CreateNegation(rhs); in operator -() 247 return *this - scev_->CreateConstant(integer); in operator -() 251 return *this - rhs.node_; in operator -() 261 return *this * scev_->CreateConstant(integer); in operator *() 265 return *this * rhs.node_; in operator *() 271 return *this / scev in operator /() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis.h | 4 // you may not use this file except in compliance with the License. 212 // Try to perform a division. Returns the pair <this.node_ / rhs, division 229 return *this + scev_->CreateConstant(integer); in operator +() 233 return *this + rhs.node_; in operator +() 241 return *this + scev_->CreateNegation(rhs); in operator -() 247 return *this - scev_->CreateConstant(integer); in operator -() 251 return *this - rhs.node_; in operator -() 261 return *this * scev_->CreateConstant(integer); in operator *() 265 return *this * rhs.node_; in operator *() 271 return *this / scev in operator /() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 62 return *this; in operator =() 86 return *this; in operator ++() 90 return *this; in operator ++() 197 for (const auto &Entry : *this) { in commit() 216 const_iterator begin() const { return const_iterator(*this); } in begin() 217 const_iterator end() const { return const_iterator(*this, 0, true); } in end() 229 return const_iterator(*this, I, false); in find_as() 236 // nothing must have EVER been inserted at this location, and thus it is in find_as() 245 // table were Present. But this would violate the load factor constraints in find_as() 248 return const_iterator(*this, *FirstUnuse in find_as() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassManagerInternal.h | 73 swap(*this, RHS); in operator =() 74 return *this; in operator =() 89 /// This concept is parameterized over the IR unit that this result pertains 98 /// unit of the IR, it will call this method on all of the results cached. 106 /// results are also invalidated in the event that this result depends on 132 // invalidate member. We do this by taking the address of an invalidate 152 /// By default, this will implement the invalidate method with a trivial 182 swap(*this, RHS); in operator =() 183 return *this; in operator =() 221 swap(*this, RH in operator =() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringSwitch.h | 47 /// \brief The pointer to the result of this switch statement, once known, 61 *this = std::move(other); in StringSwitch() 66 return *this; in operator =() 80 return *this; in Case() 91 return *this; in EndsWith() 102 return *this; in StartsWith() 196 return *this; in CaseLower() 205 return *this; in EndsWithLower() 214 return *this; in StartsWithLower()
|
H A D | Twine.h | 51 /// represented inside the returned value. For this reason a Twine object 73 /// situations. For this reason, the concat() method is inlined so that 175 this->LHS.twine = &LHS; in Twine() 176 this->RHS.twine = &RHS; in Twine() 196 /// Check if this is a nullary twine (null or empty). 201 /// Check if this is a unary twine. 206 /// Check if this is a binary twine. 211 /// Check if this is a valid twine (satisfying the invariants on 263 /// We take care here to optimize "" into the empty twine -- this will be 359 // FIXME: Unfortunately, to make sure this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Twine.h | 50 /// represented inside the returned value. For this reason a Twine object 72 /// situations. For this reason, the concat() method is inlined so that 176 this->LHS.twine = &LHS; in Twine() 177 this->RHS.twine = &RHS; in Twine() 197 /// Check if this is a nullary twine (null or empty). 202 /// Check if this is a unary twine. 207 /// Check if this is a binary twine. 212 /// Check if this is a valid twine (satisfying the invariants on 264 /// We take care here to optimize "" into the empty twine -- this will be 351 // FIXME: Unfortunately, to make sure this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundleIterator.h | 256 this->decrement(MII); in operator --() 257 return *this; in operator --() 260 this->increment(MII); in operator ++() 261 return *this; in operator ++() 264 MachineInstrBundleIterator Temp = *this; in operator --() 265 --*this; in operator --() 269 MachineInstrBundleIterator Temp = *this; in operator ++() 270 ++*this; in operator ++()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in Duration() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
H A D | source_context.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in SourceContext() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
H A D | timestamp.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in Timestamp() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.h | 4 // you may not use this file except in compliance with the License. 58 // `value()`'s return value is unspecfied in this state. 176 // Keep this case separate from the one below. in ParseFormatString() 215 ParsedFormatBase(const ParsedFormatBase& other) { *this = other; } in ParsedFormatBase() 217 ParsedFormatBase(ParsedFormatBase&& other) { *this = std::move(other); } in ParsedFormatBase() 220 if (this == &other) return *this; in operator =() 226 return *this; in operator =() 230 if (this == &other) return *this; in operator =() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple.h | 4 // you may not use this file except in compliance with the License. 43 // We need to mark these classes with this declspec to ensure that 70 // TODO(sbenza): Replace this with std::is_final in C++14. 84 // CompressedTupleImpl, to make this easy to detect. 111 constexpr const T&& get() const&& { return absl::move(*this).value; } in get() 112 T&& get() && { return std::move(*this).value; } in get() 123 constexpr const T& get() const& { return *this; } in get() 124 T& get() & { return *this; } in get() 125 constexpr const T&& get() const&& { return absl::move(*this); } in get() 126 T&& get() && { return std::move(*this); } in get() [all...] |
/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.h | 91 if (!this->fFontBlocks.empty()) { in rebuild() 92 SkASSERT(this->fFontBlocks.size() == 1); in rebuild() 93 this->fFontBlocks[0].charCount = text.size(); in rebuild() 95 this->fText = std::move(text); in rebuild() 101 fWrappedText = fShapedText->wrap(fUnicodeText.get(), this->fRequiredSize.fWidth, this->fRequiredSize.fHeight); in rebuild() 167 text.append(this->fText.substr(0, toRemove.fStart)); in removeElement() 168 text.append(this->fText.substr(toRemove.fEnd, std::u16string::npos)); in removeElement()
|
/third_party/spirv-tools/source/opt/ |
H A D | scalar_analysis.h | 4 // you may not use this file except in compliance with the License. 212 // Try to perform a division. Returns the pair <this.node_ / rhs, division 229 return *this + scev_->CreateConstant(integer); in operator +() 233 return *this + rhs.node_; in operator +() 241 return *this + scev_->CreateNegation(rhs); in operator -() 247 return *this - scev_->CreateConstant(integer); in operator -() 251 return *this - rhs.node_; in operator -() 261 return *this * scev_->CreateConstant(integer); in operator *() 265 return *this * rhs.node_; in operator *() 271 return *this / scev in operator /() [all...] |
/kernel/linux/linux-5.10/arch/x86/events/amd/ |
H A D | uncore.c | 413 amd_uncore_find_online_sibling(struct amd_uncore *this, in amd_uncore_find_online_sibling() argument 425 if (this == that) in amd_uncore_find_online_sibling() 428 if (this->id == that->id) { in amd_uncore_find_online_sibling() 429 hlist_add_head(&this->node, &uncore_unused_list); in amd_uncore_find_online_sibling() 430 this = that; in amd_uncore_find_online_sibling() 435 this->refcnt++; in amd_uncore_find_online_sibling() 436 return this; in amd_uncore_find_online_sibling() 501 struct amd_uncore *this = *per_cpu_ptr(uncores, cpu); in uncore_down_prepare() local 503 if (this->cpu != cpu) in uncore_down_prepare() 506 /* this cp in uncore_down_prepare() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | onenand_omap2.c | 145 struct onenand_chip *this = mtd->priv; in omap2_onenand_wait() local 211 !this->ongoing) { in omap2_onenand_wait() 301 if (this->ongoing) in omap2_onenand_wait() 312 struct onenand_chip *this = mtd->priv; in omap2_onenand_bufferram_offset() local 314 if (ONENAND_CURRENT_BUFFERRAM(this)) { in omap2_onenand_bufferram_offset() 316 return this->writesize; in omap2_onenand_bufferram_offset() 365 struct onenand_chip *this = mtd->priv; in omap2_onenand_read_bufferram() local 385 memcpy(buf + count, this->base + bram_offset + count, xtra); in omap2_onenand_read_bufferram() 404 memcpy(buf, this->base + bram_offset, count); in omap2_onenand_read_bufferram() 413 struct onenand_chip *this in omap2_onenand_write_bufferram() local [all...] |
/kernel/linux/linux-5.10/drivers/ras/ |
H A D | cec.c | 80 /* Bits which count the number of errors happened in this 4K page. */ 251 unsigned int this = FULL_COUNT(ca->array[i]); in del_lru_elem_unlocked() local 253 if (min > this) { in del_lru_elem_unlocked() 254 min = this; in del_lru_elem_unlocked() 290 u64 this = PFN(ca->array[i]); in sanity_check() local 292 if (WARN(prev > this, "prev: 0x%016llx <-> this: 0x%016llx\n", prev, this)) in sanity_check() 295 prev = this; in sanity_check() 303 u64 this in sanity_check() local 456 u64 this = PFN(ca->array[i]); array_show() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_omap2.c | 145 struct onenand_chip *this = mtd->priv; in omap2_onenand_wait() local 211 !this->ongoing) { in omap2_onenand_wait() 301 if (this->ongoing) in omap2_onenand_wait() 312 struct onenand_chip *this = mtd->priv; in omap2_onenand_bufferram_offset() local 314 if (ONENAND_CURRENT_BUFFERRAM(this)) { in omap2_onenand_bufferram_offset() 316 return this->writesize; in omap2_onenand_bufferram_offset() 365 struct onenand_chip *this = mtd->priv; in omap2_onenand_read_bufferram() local 385 memcpy(buf + count, this->base + bram_offset + count, xtra); in omap2_onenand_read_bufferram() 404 memcpy(buf, this->base + bram_offset, count); in omap2_onenand_read_bufferram() 413 struct onenand_chip *this in omap2_onenand_write_bufferram() local [all...] |