/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | geocoding_data.pb.h | 4 * you may not use this file except in compliance with the License. 34 #error regenerate this file with a newer version of protoc. 109 *this = ::std::move(from); in GeocodingInfo() 114 return *this; in operator =() 118 if (this != &from) InternalSwap(&from); 122 return *this; 146 if (other == this) return; in Swap() 150 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 154 if (other == this) return; in UnsafeArenaSwap() 361 *this in PrefixesInfo() [all...] |
/third_party/node/deps/ada/ |
H A D | ada.h | 118 // decoding: percent decoding should be done prior to calling this function. We 120 // this function. We also do not trim control characters. We also assume that 408 // It is possible that this could miss some cases where ADA_DEVELOPMENT_CHECKS 1468 * The origin getter steps are to return the serialization of this's URL's 1476 * Returns true if this URL has a valid domain as per RFC 1034 and 1512 return this->parse_port(view, false); 1516 * Returns a JSON string representation of this URL. 1740 // outside of it (this comes at no performance cost). 1776 // copyright and related and neighboring rights to this software to the 1780 // along with this softwar [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 4 * you may not use this file except in compliance with the License. 139 *this = IDENTITY; in SetIdentity() 145 *this = ZERO; in SetZero() 161 return Matrix3<T>(*this); in Inverse() 224 return *this + (-other); in operator -() 304 return *this; in operator =() 322 return *this; in operator +=() 340 return *this; in operator -=() 346 return (*this = *this * othe in operator *=() [all...] |
/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 4 * you may not use this file except in compliance with the License. 153 *this = IDENTITY; in SetIdentity() 159 *this = ZERO; in SetZero() 175 return Matrix3<T>(*this); in Inverse() 238 return *this + (-other); in operator -() 318 return *this; in operator =() 336 return *this; in operator +=() 354 return *this; in operator -=() 360 return (*this = *this * othe in operator *=() [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.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. 137 if (this != &other) impl_.reset(other.impl_->Clone()); in operator =() 138 return *this; in operator =() 146 return *this; in operator ++() 158 return !(*this == other); in operator !=() 196 return *this; in operator =() 221 return new Iterator(this, begin_, 0, step_); 224 return new Iterator(this, end [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-param-util.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. 137 if (this != &other) impl_.reset(other.impl_->Clone()); in operator =() 138 return *this; in operator =() 146 return *this; in operator ++() 158 return !(*this == other); in operator !=() 196 return *this; in operator =() 221 return new Iterator(this, begin_, 0, step_); 224 return new Iterator(this, end [all...] |
/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...] |
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | calc_dimension.h | 4 * you may not use this file except in compliance with the License. 48 Dimension& dimension = *this; in operator =() 50 return *this; in operator =() 58 return *this; in operator =()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/ |
H A D | object_hierarchy_observer.h | 4 * you may not use this file except in compliance with the License. 40 return *this; in Target() 45 return *this; in Target() 75 return *this; in OnHierarchyChanged()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | epoll_io_waiter.h | 4 * you may not use this file except in compliance with the License. 66 uv_loop_t loop_ = {.data = this}; 67 uv_signal_t signal_ = {.data = this}; 68 uv_timer_t timer_ = {.data = this};
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | load_predictor.h | 4 * you may not use this file except in compliance with the License. 30 return static_cast<const T*>(this)->GetPredictLoadImpl(); in GetPredictLoad() 35 static_cast<T*>(this)->UpdateLoadImpl(load); in UpdateLoad() 40 static_cast<T*>(this)->ClearImpl(); in Clear()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/ |
H A D | enabled_comps_dump.h | 4 * you may not use this file except in compliance with the License. 38 return (((this->networkId_ == other.networkId_) && (this->dhId_ < other.dhId_)) || in operator <() 39 (this->networkId_ < other.networkId_)); in operator <()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | growable-fixed-array-gen.h | 2 // Use of this source code is governed by a BSD-style license that can be 19 var_array_(this), in GrowableFixedArray() 20 var_length_(this), in GrowableFixedArray() 21 var_capacity_(this) { in GrowableFixedArray()
|
/third_party/node/deps/v8/src/execution/ |
H A D | arguments-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 28 Object obj = (*this)[index]; in smi_value_at() 43 return static_cast<int>(TaggedIndex::cast((*this)[index]).value()); in tagged_index_value_at() 48 return (*this)[index].Number(); in number_value_at()
|
/third_party/node/deps/v8/src/objects/ |
H A D | free-space-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 31 TaggedField<Object, kNextOffset>::load(*this)); in next() 36 RELAXED_WRITE_FIELD(*this, kNextOffset, next); in set_next() 50 Heap* heap = GetHeapFromWritableObject(*this); in IsValid()
|
H A D | oddball-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 38 return Smi::ToInt(TaggedField<Smi>::load(*this, kKindOffset)); in kind() 42 WRITE_FIELD(*this, kKindOffset, Smi::FromInt(value)); in set_kind() 52 ((Oddball::cast(*this).kind() & Oddball::kNotBooleanMask) == 0); in DEF_GETTER()
|
/third_party/libabigail/include/ |
H A D | abg-viz-dot.h | 139 this->start_element(); in start() 145 this->finish_element(); in finish() 146 this->write(); in finish()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | duplicated-definition-count.rs | 29 this: *mut BitStream, in BitStream_Write() 37 this: *mut BitStream, in BitStream_Write1() 44 pub fn BitStream_Write11(this: *mut BitStream); in BitStream_Write11()
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTarget.h | 4 * Use of this source code is governed by a BSD-style license that can be 34 GrRenderTarget* asRenderTarget() override { return this; } 35 const GrRenderTarget* asRenderTarget() const override { return this; } 49 return getStencilAttachment(this->numSamples() > 1); in getStencilAttachment() 52 // Checked when this object is asked to attach a stencil buffer. 60 * Returns a unique key that identifies this render target's sample pattern. (Must be 66 * Retrieves the per-pixel HW sample locations for this render target, and, as a by-product, the 83 // GrAttachment. When this is called, the GrAttachment has already been put onto
|
H A D | GrDstProxyView.h | 4 * Use of this source code is governed by a BSD-style license that can be 25 *this = other; in GrDstProxyView() 32 return *this; in operator =() 40 bool operator!=(const GrDstProxyView& that) const { return !(*this == that); } in operator !=()
|
/third_party/skia/src/gpu/v1/ |
H A D | StencilClip.h | 4 * Use of this source code is governed by a BSD-style license that can be 48 if (this->hasStencilClip()) { 56 if (this->hasStencilClip()) { 57 return this->INHERITED::preApply(drawBounds, aa);
|