/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | OneofOptions.php | 48 return $this->uninterpreted_option; 56 * @return $this 61 $this->uninterpreted_option = $arr; 63 return $this;
|
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 | Struct.php | 54 return $this->fields; 62 * @return $this 67 $this->fields = $arr; 69 return $this;
|
H A D | UInt64Value.php | 49 return $this->value; 57 * @return $this 62 $this->value = $var; 64 return $this;
|
H A D | UInt32Value.php | 49 return $this->value; 57 * @return $this 62 $this->value = $var; 64 return $this;
|
H A D | FieldMask.php | 111 * Note that in the presence of schema evolution, this may mean that 113 * the request will be reset to their default. If this is unwanted 163 * Note that oneof type names ("test_oneof" in this case) cannot be used in 204 return $this->paths; 212 * @return $this 217 $this->paths = $arr; 219 return $this;
|
H A D | Int32Value.php | 49 return $this->value; 57 * @return $this 62 $this->value = $var; 64 return $this;
|
H A D | FloatValue.php | 49 return $this->value; 57 * @return $this 62 $this->value = $var; 64 return $this;
|
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/icu/icu4c/source/common/ |
H A D | cmemory.h | 129 * To destroy an object created in this way, invoke the destructor explicitly, e.g. 211 * The behavior is undefined if *this and src are the same object. 213 * @return *this 219 return *this; 251 * this method returns NULL. 260 * this method returns NULL. 321 * Unlike LocalMemory and LocalArray, this class never adopts 421 * this method returns NULL. 446 if (this->resize(src.capacity, 0) == NULL) { in copyFrom() 450 uprv_memcpy(this in copyFrom() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | cmemory.h | 129 * To destroy an object created in this way, invoke the destructor explicitly, e.g. 211 * The behavior is undefined if *this and src are the same object. 213 * @return *this 219 return *this; 251 * this method returns nullptr. 260 * this method returns nullptr. 321 * Unlike LocalMemory and LocalArray, this class never adopts 421 * this method returns nullptr. 446 if (this->resize(src.capacity, 0) == nullptr) { in copyFrom() 450 uprv_memcpy(this in copyFrom() [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 5 # this file except in compliance with the License. You can obtain a copy 65 # Hopefully, this will work for any future prefixes as well. 75 # The patterns are assumed to be wrapped like this: /^(${pattern})$/ 99 # Order is important, this has to appear before 'BSD\/386:' 108 # Order is important, this has to appear before 'FreeBSD:' 127 # Order is important, this has to appear before 'NetBSD:.*' 280 # We would use List::Util::pair() for this... unfortunately, that function 334 # to have them calculated into a single number, using this 423 # If no C compiler has been determined at this point, we die. Hard. 485 WARNING! To build 64-bit package, do this [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 5 # this file except in compliance with the License. You can obtain a copy 65 # Hopefully, this will work for any future prefixes as well. 75 # The patterns are assumed to be wrapped like this: /^(${pattern})$/ 99 # Order is important, this has to appear before 'BSD\/386:' 108 # Order is important, this has to appear before 'FreeBSD:' 127 # Order is important, this has to appear before 'NetBSD:.*' 280 # We would use List::Util::pair() for this... unfortunately, that function 333 # to have them calculated into a single number, using this 415 # If no C compiler has been determined at this point, we die. Hard. 477 WARNING! To build 64-bit package, do this [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cmemory.h | 129 * To destroy an object created in this way, invoke the destructor explicitly, e.g. 211 * The behavior is undefined if *this and src are the same object. 213 * @return *this 219 return *this; 251 * this method returns NULL. 260 * this method returns NULL. 321 * Unlike LocalMemory and LocalArray, this class never adopts 421 * this method returns NULL. 446 if (this->resize(src.capacity, 0) == NULL) { in copyFrom() 450 uprv_memcpy(this in copyFrom() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 4 // you may not use this file except in compliance with the License. 74 // A simple exception class. We throw this so that test code can catch 122 current_tracker_instance_ = this; in ConstructorTracker() 126 assert(current_tracker_instance_ == this); in ~ConstructorTracker() 200 ConstructorTracker::ObjectConstructed(this, std::move(description)); in TrackedObject() 203 ~TrackedObject() noexcept { ConstructorTracker::ObjectDestructed(this); } 307 return *this; in IsSpecified() 317 return *this; in IsSpecified() 344 return *this; in operator ++() 357 return *this; in operator --() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | operator.h | 2 // Use of this source code is governed by a BSD-style license that can be 39 // transformations for nodes that have this operator. 82 // Check if this operator equals another operator. Equivalent operators can 86 return this->opcode() == that->opcode(); in Equals() 94 // Check whether this operator has the given property. 186 return this->pred_(this->parameter(), that->parameter()); 189 return base::hash_combine(this->opcode(), this->hash_(this [all...] |
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-types.h | 2 // Use of this source code is governed by a BSD-style license that can be 86 DCHECK_EQ(reinterpret_cast<uintptr_t>(this) & kAsmValueTypeTag, in Bitset() 88 return static_cast<bitset_t>(reinterpret_cast<uintptr_t>(this) & in Bitset() 131 AsmFunctionType* AsFunctionType() final { return this; } 159 return this; 193 return reinterpret_cast<AsmCallableType*>(this)->As##CamelCase(); \ 197 AsmValueType* AsValueType() { return AsmValueType::AsValueType(this); } in AsValueType() 201 // returned type to fully create this type. 222 // non-value types (e.g., callables), this returns x == y. 224 // IsA is used to query whether this i [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | dominator_tree.h | 4 // you may not use this file except in compliance with the License. 57 // Depth first preorder iterator using this node as root. 58 df_iterator df_begin() { return df_iterator(this); } in df_begin() 62 const_df_iterator df_cbegin() const { return const_df_iterator(this); } in df_cbegin() 65 // Depth first postorder iterator using this node as root. 66 post_iterator post_begin() { return post_iterator::begin(this); } in post_begin() 71 return const_post_iterator::begin(this); in post_cbegin() 189 // Returns true if the basic block |a| is reachable by this tree. A node would 197 // Returns true if the basic block id |a| is reachable by this tree. 202 // Returns true if this tre [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dominator_tree.h | 4 // you may not use this file except in compliance with the License. 57 // Depth first preorder iterator using this node as root. 58 df_iterator df_begin() { return df_iterator(this); } in df_begin() 62 const_df_iterator df_cbegin() const { return const_df_iterator(this); } in df_cbegin() 65 // Depth first postorder iterator using this node as root. 66 post_iterator post_begin() { return post_iterator::begin(this); } in post_begin() 71 return const_post_iterator::begin(this); in post_cbegin() 189 // Returns true if the basic block |a| is reachable by this tree. A node would 197 // Returns true if the basic block id |a| is reachable by this tree. 202 // Returns true if this tre [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLProgram.h | 4 * Use of this source code is governed by a BSD-style license that can be 73 bool operator!=(const Inputs& that) const { return !(*this == that); } in operator !=() 94 fUsage = Analysis::GetUsage(*this); in Program() 127 return *this; in operator ++() 135 return !(*this == other); in operator !=() 169 // Can be used to iterate over *all* elements in this Program, both owned and shared (builtin). 172 ElementsCollection elements() const { return ElementsCollection(*this); } in elements() 176 for (const ProgramElement* e : this->elements()) { in description() 191 // Contains *only* elements owned exclusively by this program. 193 // Contains *only* elements owned by a built-in module that are included in this progra [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayer.h | 40 /// JITSymbol::getAddress) for a symbol contained in this layer. 53 auto GetAddress = [this, ExportedSymbolsOnly, Name = Name.str(), in find() 55 if (this->EmitState == Emitting) in find() 57 else if (this->EmitState == NotEmitted) { in find() 58 this->EmitState = Emitting; in find() 59 if (auto Err = this->emitToBaseLayer(B)) in find() 61 this->EmitState = Emitted; in find() 77 // this module would already have been found internally (in the in find() 106 // FIXME: We could clean all this up if we had a way to reliably demangle in searchGVs() 122 // optimization this wil in searchGVs() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ARMWinEH.h | 73 /// to setup a frame chain for fast walking. If this flag is set, r11 is 76 /// allocated for this function. Only values between 0x000 and 96 // are possible via merging of methods, it would prevent the use of this class 118 "unpacked form required for this operation"); in ExceptionInformationRVA() 125 "packed form required for this operation"); in PackedUnwindData() 131 "packed form required for this operation"); in FunctionLength() 137 "packed form required for this operation"); in Ret() 144 "packed form required for this operation"); in H() 150 "packed form required for this operation"); in Reg() 156 "packed form required for this operatio in R() [all...] |