Home
last modified time | relevance | path

Searched defs:move (Results 76 - 100 of 233) sorted by relevance

12345678910

/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc146 error_msg_(std::move(other.error_msg_)) { in move() function
H A Dwasm-result.h78 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 Duiter.h401 UCharIteratorMove *move; global() member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumrange_fluent.cpp211 : 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 Dgap-resolver.cc23 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 Dlower.c64 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 Dnode_to_instr.c162 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 Dnumrange_fluent.cpp211 : 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 Duiter.h401 UCharIteratorMove *move; global() member
[all...]
/third_party/python/Lib/turtledemo/
H A Dnim.py66 def move(self, row, col): member in NimModel
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeUniquePtr.hpp238 inline MovePtr<T, Deleter> UniquePtr<T, Deleter>::move (void) in move() function in de::details::UniquePtr
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp65 , 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 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/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp30 ValueObject::ValueObject(Type val) noexcept : value(std::move(val)) in move() function
/third_party/ffmpeg/libavcodec/
H A Dass_split.h158 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 Duchriter.cpp297 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() function in UCharCharacterIterator
/third_party/node/src/crypto/
H A Dcrypto_aes.cc447 tag(std::move(other.tag)) {} in move() function
/third_party/node/deps/icu-small/source/common/
H A Duchriter.cpp297 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() function in UCharCharacterIterator
/third_party/node/deps/v8/src/base/
H A Doptional.h467 : 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 Dpersistent.h106 : PersistentBase(std::move(other)), LocationPolicy(std::move(other)) { in move() function in cppgc::internal::final

Completed in 17 milliseconds

12345678910