/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | generic_iterator.h | 70 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 D | unique_ptr.h | 116 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 D | string.h | 101 basic_string(basic_string&& a) noexcept : allocator_(a.allocator_), data_(BASE_NS::move(a.data_)) in move() function in basic_string
|
H A D | vector.h | 943 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 D | node_transition_imp.cpp | 81 ArkUI_TransitionEffect* OH_ArkUI_CreateMovementTransitionEffect(ArkUI_TransitionEdge move) in OH_ArkUI_CreateMovementTransitionEffect() argument
|
H A D | node_transition.h | 43 ArkUI_TransitionEdge move; member
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | call_context.cpp | 38 : 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 D | datashare_value_object.h | 67 DataShareValueObject(DataShareValueObject &&object) noexcept : value(std::move(object.value)) { }; in move() function in OHOS::DataShare::DataShareValueObject
|
H A D | datashare_predicates_object.h | 73 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 D | datashare_predicates_objects.h | 68 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 D | values_bucket.cpp | 40 ValuesBucket::ValuesBucket(ValuesBucket &&values) noexcept : values_(std::move(values.values_)) in move() function
|
H A D | value_object.cpp | 30 ValueObject::ValueObject(Type val) noexcept : value(std::move(val)) in move() function
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 146 AnimationState::StepStatus AnimationState::Move(const IAnimationInternal::MoveParams& move) in Move() argument
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | json.h | 89 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 D | json.h | 124 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 D | any.h | 577 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 D | any.h | 405 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 D | download_monitor.cpp | 28 : downloader_(std::move(downloader)) in move() function
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 34 : downloader_(std::move(downloader)) in move() function
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.cpp | 117 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in move() function
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | rosen_render_swiper.cpp | 483 double move = indicatorPointOffset_ * swiperIndicatorData_.indicatorItemData[index].radius; in GetIndicatorPointMoveOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_circle.cpp | 910 int32_t RenderIndexerCircle::GetNearestItem(const Offset& position, bool move) in GetNearestItem() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 1048 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 D | downloader.cpp | 245 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 D | js_fwk_common.cpp | 1054 int8_t move = BITS_PER_BYTE << 1; in ParseRgbaColor() local
|