/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/ |
H A D | cleanup_test.cc | 50 FunctorClass(FunctorClass&& other) in FunctorClass() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant.h | 488 variant(const variant& other) = default; member in absl::variant 491 variant(variant&& other) /*noexcept(see above)*/ = default; member in absl::variant 574 variant& operator=(const variant& other) = default; member in absl::variant 577 variant& operator=(variant&& other) /*noexcept(see above)*/ = default; member in absl::variant
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawList.cpp | 23 PaintParams::PaintParams(const PaintParams& other) in PaintParams() argument 30 PaintParams& PaintParams::operator=(const PaintParams& other) { in operator =() argument
|
/third_party/skia/include/private/ |
H A D | SkTemplates.h | 93 SkAutoTArray(SkAutoTArray&& other) : fArray(std::move(other.fArray)) { in SkAutoTArray() argument 96 SkAutoTArray& operator=(SkAutoTArray&& other) { in operator =() argument [all...] |
/third_party/spirv-tools/tools/util/ |
H A D | flags.h | 174 Flag(Flag&& other) = delete; member 175 Flag(const Flag& other) = delete; member
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuEither.hpp | 175 Either<First, Second>::Either (const Either<First, Second>& other) in Either() argument 185 Either<First, Second>& Either<First, Second>::operator= (const Either<First, Second>& other) in operator =() argument [all...] |
H A D | tcuMaybe.hpp | 122 Maybe<T>::Maybe (const Maybe<T>& other) in Maybe() argument 130 Maybe<T>& Maybe<T>::operator= (const Maybe<T>& other) in operator =() argument
|
H A D | tcuStringTemplate.cpp | 47 StringTemplate::StringTemplate (StringTemplate&& other) in StringTemplate() argument
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deArrayBuffer.hpp | 130 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other) in ArrayBuffer() argument 153 ArrayBuffer<T,Alignment,Stride>& ArrayBuffer<T,Alignment,Stride>::operator= (const ArrayBuffer& other) in operator =() argument 178 swap(ArrayBuffer& other) swap() argument [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigFilter.cpp | 93 FilterList& FilterList::operator<< (const FilterList& other) in operator <<() argument
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableValue.cpp | 183 ValueRange::ValueRange (ConstValueRangeAccess other) in ValueRange() argument 269 VariableValue(const VariableValue& other) VariableValue() argument 276 operator =(const VariableValue& other) operator =() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | PoolAlloc.h | 54 typedef pool_allocator<Other> other; typedef
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | AttributeMap.cpp | 16 AttributeMap::AttributeMap(const AttributeMap &other) = default; member in egl::AttributeMap 18 AttributeMap &AttributeMap::operator=(const AttributeMap &other) = default; member in egl::AttributeMap
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_observer_record.h | 66 bool operator==(const FormObserverRecordInner &other) in operator ==() argument
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params_wrapper.cpp | 35 bool DistributedWantParamWrapper::Equals(IObject& other) in Equals() argument
|
/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
H A D | zchar_wrapper.cpp | 30 bool Char::Equals(IObject &other) in Equals() argument
|
H A D | base_object.cpp | 145 bool Object::Equals(IObject &other) in Equals() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_options.cpp | 24 StartOptions::StartOptions(const StartOptions &other) in StartOptions() argument 42 operator =(const StartOptions &other) operator =() argument [all...] |
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | configuration.h | 63 Configuration(const Configuration &other) in Configuration() argument 69 Configuration& operator=(const Configuration &other) in operator =() argument
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | extra_params.cpp | 31 ExtraParams::ExtraParams(const ExtraParams &other) in ExtraParams() argument 42 ExtraParams &ExtraParams::operator=(const ExtraParams &other) in operator =() argument [all...] |
/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 139 ACE_REMOVE(explicit) RefPtr(const RefPtr& other) : RefPtr(other.rawPtr_) {} in RefPtr() argument 140 ACE_REMOVE(explicit) RefPtr(RefPtr&& other) : rawPtr_(other.rawPtr_) in RefPtr() argument 146 ACE_REMOVE(explicit) RefPtr(const RefPtr<O>& other) : RefPtr(other.rawPtr_) {} in RefPtr() argument 148 ACE_REMOVE(explicit) RefPtr(RefPtr<O>&& other) : rawPtr_(other argument 162 Swap(RefPtr& other) Swap() argument 166 Swap(RefPtr&& other) Swap() argument 197 operator =(const RefPtr& other) operator =() argument 204 operator =(RefPtr&& other) operator =() argument 219 operator =(const RefPtr<O>& other) operator =() argument 225 operator =(RefPtr<O>&& other) operator =() argument 318 WeakPtr(const WeakPtr& other) WeakPtr() argument 319 WeakPtr(WeakPtr&& other) WeakPtr() argument 326 WeakPtr(const WeakPtr<O>& other) WeakPtr() argument 328 WeakPtr(WeakPtr<O>&& other) WeakPtr() argument 336 WeakPtr(const RefPtr<O>& other) WeakPtr() argument 337 WeakPtr(const RefPtr<T>& other) WeakPtr() argument 349 Swap(WeakPtr& other) Swap() argument 354 Swap(WeakPtr&& other) Swap() argument 374 operator =(const WeakPtr& other) operator =() argument 381 operator =(WeakPtr&& other) operator =() argument 396 operator =(const WeakPtr<O>& other) operator =() argument 402 operator =(WeakPtr<O>&& other) operator =() argument 408 operator =(const RefPtr<O>& other) operator =() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_transform_operation.h | 53 void SetCurrentValue(const TransformOperation& other) in SetCurrentValue() argument 69 AnimatableTransformOperations(const AnimatableTransformOperations& other) = default; member in OHOS::Ace::final 94 AnimatableTransformOperations& operator=(const AnimatableTransformOperations& other) in operator =() argument 141 SetTransformOperations(const std::vector<TransformOperation>& other) SetTransformOperations() argument 148 PlayTransformAnimation( const AnimationOption& option, const std::vector<TransformOperation>& other, bool alwaysRotate = false) PlayTransformAnimation() argument [all...] |
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_rect.h | 72 bool Join(const TestingRect& other) in Join() argument
|
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_input_event.cpp | 30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() argument [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | vector.h | 142 void Swap(Vector<T>& other) in Swap() argument
|