Home
last modified time | relevance | path

Searched defs:other (Results 501 - 525 of 1849) sorted by relevance

1...<<21222324252627282930>>...74

/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
H A Dcleanup_test.cc50 FunctorClass(FunctorClass&& other) in FunctorClass() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant.h488 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 DDrawList.cpp23 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 DSkTemplates.h93 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 Dflags.h174 Flag(Flag&& other) = delete; member
175 Flag(const Flag& other) = delete; member
/third_party/vk-gl-cts/framework/common/
H A DtcuEither.hpp175 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 DtcuMaybe.hpp122 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 DtcuStringTemplate.cpp47 StringTemplate::StringTemplate (StringTemplate&& other) in StringTemplate() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeArrayBuffer.hpp130 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 DegluConfigFilter.cpp93 FilterList& FilterList::operator<< (const FilterList& other) in operator <<() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.cpp183 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 DPoolAlloc.h54 typedef pool_allocator<Other> other; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp16 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 Dform_observer_record.h66 bool operator==(const FormObserverRecordInner &other) in operator ==() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp35 bool DistributedWantParamWrapper::Equals(IObject& other) in Equals() argument
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp30 bool Char::Equals(IObject &other) in Equals() argument
H A Dbase_object.cpp145 bool Object::Equals(IObject &other) in Equals() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp24 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 Dconfiguration.h63 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 Dextra_params.cpp31 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 Dreferenced.h139 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 Danimatable_transform_operation.h53 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 Dtesting_rect.h72 bool Join(const TestingRect& other) in Join() argument
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_event.cpp30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() argument
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h142 void Swap(Vector<T>& other) in Swap() argument

Completed in 15 milliseconds

1...<<21222324252627282930>>...74