| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | mpl_number.h | 42 Number(Number &&num) noexcept : val(std::move(num.val)) {} in move() function in maple::utils::Number
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
| H A D | ref_vector.h | 90 ref_vector(ref_vector &&other) noexcept : base(std::move(other)) {} in move() function in maple::utils::ref_vector
|
| /foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
| 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
|
| /kernel/linux/linux-5.10/include/drm/ttm/ |
| H A D | ttm_resource.h | 138 struct dma_fence *move; member
|
| /kernel/linux/linux-6.6/include/drm/ttm/ |
| H A D | ttm_device.h | 149 int (*move)(struct ttm_buffer_object *bo, bool evict, member
|
| /third_party/gn/src/gn/ |
| H A D | hash_table_base_unittest.cc | 116 TestHashTable(TestHashTable&& other) noexcept : BaseType(std::move(other)) {} in move() function in TestHashTable
|
| H A D | pointer_set.h | 79 PointerSet(PointerSet&& other) noexcept : BaseType(std::move(other)) {} in move() function in PointerSet
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | uiter.h | 401 UCharIteratorMove *move; global() member [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numrange_fluent.cpp | 211 : NFS<UNF>(std::move(src)) { move() function 240 : NFS<LNF>(std::move(src)) { move() function [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_keygen.h | 248 params(std::move(other.params)) {} in move() function
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-result.cc | 146 error_msg_(std::move(other.error_msg_)) { in move() function
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | uiter.h | 401 UCharIteratorMove *move; global() member [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numrange_fluent.cpp | 211 : NFS<UNF>(std::move(src)) { move() function 240 : NFS<LNF>(std::move(src)) { move() function [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | gap-resolver.cc | 23 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() argument 79 MoveOperandKind GetKind(const InstructionOperand& move) { in GetKind() argument 98 MoveOperands* move = (*moves)[i]; Resolve() local 130 auto move = (*moves)[i]; Resolve() local 138 auto move = (*moves)[i]; Resolve() local 148 auto move = (*moves)[i]; Resolve() local 153 PerformMove(ParallelMove* moves, MoveOperands* move) PerformMove() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 64 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_const() local 132 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_load() local 181 ppir_node *move = ppir_node_insert_mov(node); ppir_lower_texture() local 235 ppir_node *move = ppir_node_create(block, ppir_op_mov, -1, 0); ppir_lower_select() local [all...] |
| H A D | node_to_instr.c | 162 ppir_node *move = ppir_node_insert_mov(node); in ppir_do_one_node_to_instr() local 182 ppir_node *move = ppir_node_insert_mov(node); in ppir_do_one_node_to_instr() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | numrange_fluent.cpp | 211 : NFS<UNF>(std::move(src)) { move() function 240 : NFS<LNF>(std::move(src)) { move() function [all...] |
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | uiter.h | 401 UCharIteratorMove *move; global() member [all...] |
| /third_party/python/Lib/turtledemo/ |
| H A D | nim.py | 66 def move(self, row, col): member in NimModel
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deUniquePtr.hpp | 238 inline MovePtr<T, Deleter> UniquePtr<T, Deleter>::move (void) in move() function in de::details::UniquePtr
|
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_shared.hpp | 65 , deleter( std::move( deleter ) ) in move() function 978 , deleter( std::move( deleter ) ) move() function [all...] |
| /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...] |