Home
last modified time | relevance | path

Searched defs:move (Results 101 - 125 of 244) sorted by relevance

12345678910

/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/v8/src/wasm/
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/
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
/third_party/node/deps/v8/include/cppgc/
H A Dpersistent.h109 : PersistentBase(std::move(other)), LocationPolicy(std::move(other)) { in move() function in cppgc::internal::final
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc59 biggest_free_list_index_(std::move(other.biggest_free_list_index_)) { in move() function
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode.c609 ppir_node *move = ppir_node_create(node->block, ppir_op_mov, -1, 0); in ppir_node_insert_mov_local() local
636 ppir_node *move = ppir_node_insert_mov_local(old); in ppir_node_insert_mov() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync.h204 VkResult (*move)(struct vk_device *device, member
/third_party/skia/third_party/externals/angle2/src/common/
H A DSynchronizedValue.h64 : BaseType(std::move(static_cast<BaseType &&>(other))) in move() function in angle::StrictLockPtr
152 : BaseType(std::move(static_cast<BaseType &&>(other))) in move() function in angle::UniqueLockPtr
[all...]
/third_party/skia/src/core/
H A DSkBlitter_Sprite.cpp111 , fClipShader(std::move(clipShader)) in move() function in SkRasterPipelineSpriteBlitter
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp103 bool SkDWriteFontFileStream::move(long offset) { in move() function in SkDWriteFontFileStream
/third_party/skia/third_party/externals/icu/source/common/
H A Duchriter.cpp297 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() function in UCharCharacterIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h286 void move(uint64_t Delta) { in move() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h30 int move; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory.h445 static void move(Allocator* alloc, slot_type* src, slot_type* dest) { move() function
[all...]
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp278 bool move(Editor::TextPosition pos, bool shift) { in move() function
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h30 void move(bool up) { in move() function in skia::textlayout::TextWrapper::ClusterPos
/third_party/skia/include/core/
H A DSkStream.h140 virtual bool move(long /*offset*/) { return false; } in move() function in SkStream
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.cpp170 pandasm::Ins move; in EncodeSpillFillData() local
/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

Completed in 18 milliseconds

12345678910