| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-result.cc | 146 error_msg_(std::move(other.error_msg_)) { in move() function
|
| H A D | wasm-result.h | 78 error_(std::move(other.error_)) {} in move() function in v8::internal::wasm::Result [all...] |
| /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...] |
| /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/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | value_object.cpp | 30 ValueObject::ValueObject(Type val) noexcept : value(std::move(val)) in move() function
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ass_split.h | 158 void (*move)(void *priv, int x1, int y1, int x2, int y2, int t1, int t2); member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uchriter.cpp | 297 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() function in UCharCharacterIterator
|
| /third_party/node/src/crypto/ |
| H A D | crypto_aes.cc | 447 tag(std::move(other.tag)) {} in move() function
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uchriter.cpp | 297 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() function in UCharCharacterIterator
|
| /third_party/node/deps/v8/src/base/ |
| H A D | optional.h | 467 : internal::OptionalBase<T>(std::move(other)) {} move() function in v8::base::Optional::internal 476 : internal::OptionalBase<T>(std::move(other)) {} move() function in v8::base::Optional::internal [all...] |
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | persistent.h | 106 : PersistentBase(std::move(other)), LocationPolicy(std::move(other)) { in move() function in cppgc::internal::final
|