Home
last modified time | relevance | path

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

12345678910

/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
/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
/third_party/gn/src/base/
H A Dvalues.cc137 : type_(Type::STRING), string_value_(std::move(in_string)) { in move() function
151 : type_(Type::BINARY), binary_value_(std::move(in_blob)) {} in move() function
162 : type_(Type::DICTIONARY), dict_(std::move(in_dict)) {} in move() function
171 : type_(Type::LIST), list_(std::move(in_lis function
[all...]
/third_party/backends/backend/genesys/
H A Dgl842.cpp584 float move = 0.0f; in calculate_scan_session() local
760 int move; in init_regs_for_shading() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dcmemory.h772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp438 : NFS<UNF>(std::move(src)) { move() function
468 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp110 void container_node::move(iterator b, iterator e) { in move() function in r600_sb::container_node
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h772 fPool(std::move(other.fPool)) { in move() function in MemoryPool
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp1166 } move[] = { in TEST_P() local
2069 } move[] = { in TEST_P() local
2106 } move[] = { TEST_P() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp438 : NFS<UNF>(std::move(src)) { move() function
468 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/node/deps/v8/src/base/
H A Dhashmap.h511 : Base(std::move(othe function in PointerTemplateHashMapImpl
[all...]

Completed in 26 milliseconds

12345678910