Home
last modified time | relevance | path

Searched defs:move (Results 1 - 25 of 28) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in move() function in IIterator
71 IIterator(typename Type::Ptr&& it) noexcept : it_(move(it)) {} in move() function in IIterator
H A Dunique_ptr.h116 unique_ptr(unique_ptr<U, E>&& u) noexcept : ptr_(u.release()), deleter_(BASE_NS::move(u.get_deleter())) in move() function in unique_ptr
261 unique_ptr(unique_ptr<U, E>&& u) noexcept : ptr_(u.release()), deleter_(BASE_NS::move(u.get_deleter())) in move() function in unique_ptr
H A Dstring.h101 basic_string(basic_string&& a) noexcept : allocator_(a.allocator_), data_(BASE_NS::move(a.data_)) in move() function in basic_string
H A Dvector.h943 void move(pointer first, const_pointer last, pointer d_first) // last>first move() function in vector
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_transition_imp.cpp81 ArkUI_TransitionEffect* OH_ArkUI_CreateMovementTransitionEffect(ArkUI_TransitionEdge move) in OH_ArkUI_CreateMovementTransitionEffect() argument
H A Dnode_transition.h43 ArkUI_TransitionEdge move; member
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcall_context.cpp38 : params_(std::move(other.params_)), succeeded_(other.succeeded_), result_(std::move(other.result_)) in move() function
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_value_object.h67 DataShareValueObject(DataShareValueObject &&object) noexcept : value(std::move(object.value)) { }; in move() function in OHOS::DataShare::DataShareValueObject
H A Ddatashare_predicates_object.h73 SingleValue(Type val) noexcept : value(std::move(val)) in move() function in OHOS::DataShare::SingleValue
80 SingleValue(SingleValue &&val) noexcept :value(std::move(val.value)) in move() function in OHOS::DataShare::SingleValue
H A Ddatashare_predicates_objects.h68 MutliValue(MutliValue::Type val) noexcept : value(std::move(val)) in move() function in OHOS::DataShare::MutliValue
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalues_bucket.cpp40 ValuesBucket::ValuesBucket(ValuesBucket &&values) noexcept : values_(std::move(values.values_)) in move() function
H A Dvalue_object.cpp30 ValueObject::ValueObject(Type val) noexcept : value(std::move(val)) in move() function
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp146 AnimationState::StepStatus AnimationState::Move(const IAnimationInternal::MoveParams& move) in Move() argument
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h89 value(object&& value) : type{ type::object }, object_(std::move(value)) {} in move() function
90 value(array&& value) : type{ type::array }, array_(std::move(value)) {} in move() function
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h124 value_t(object&& value) noexcept : type { type::object }, object_(BASE_NS::move(value)) {} in move() function
126 value_t(array&& value) noexcept : type { type::array }, array_(BASE_NS::move(value)) {} in move() function
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h577 new (reinterpret_cast<T*>(GetPtr(dest))) T(std::move(*reinterpret_cast<T*>(GetPtr(source)))); variable
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h405 new (reinterpret_cast<T*>(GetPtr(dest))) T(std::move(*reinterpret_cast<T*>(GetPtr(source)))); variable
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp28 : downloader_(std::move(downloader)) in move() function
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp34 : downloader_(std::move(downloader)) in move() function
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp117 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in move() function
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp483 double move = indicatorPointOffset_ * swiperIndicatorData_.indicatorItemData[index].radius; in GetIndicatorPointMoveOffset() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp910 int32_t RenderIndexerCircle::GetNearestItem(const Offset& position, bool move) in GetNearestItem() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp1048 min(move(other.min)), max(move(other.max)), data(move(other.data)) in move() function
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp245 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in move() function
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp1054 int8_t move = BITS_PER_BYTE << 1; in ParseRgbaColor() local

Completed in 23 milliseconds

12