Home
last modified time | relevance | path

Searched defs:move (Results 51 - 75 of 271) sorted by relevance

1234567891011

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in move() function in IIterator
71 IIterator(typename Type::Ptr&& it) noexcept : it_(move(it)) {} in move() function in IIterator
H A Dunique_ptr.h116 unique_ptr(unique_ptr<U, E>&& u) noexcept : ptr_(u.release()), deleter_(BASE_NS::move(u.get_deleter())) in move() function in unique_ptr
261 unique_ptr(unique_ptr<U, E>&& u) noexcept : ptr_(u.release()), deleter_(BASE_NS::move(u.get_deleter())) in move() function in unique_ptr
/kernel/linux/linux-5.10/include/linux/
H A Dparman.h59 void (*move)(void *priv, unsigned long from_index, member
/kernel/linux/linux-6.6/include/linux/
H A Dparman.h59 void (*move)(void *priv, unsigned long from_index, member
/third_party/nghttp2/src/
H A Dtemplate_test.cc69 ImmutableString move = std::move(copy); in test_template_immutable_string() local
[all...]
/third_party/libinput/test/
H A Dlitest-device-dell-canvas-totem.c45 static struct input_event move[] = { variable
H A Dlitest-device-alps-3fg.c117 static struct input_event move[] = { variable
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dstrxfrm.c147 int move = 10; in strxfrm_0700() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.hpp98 void move(uint32_t i, RValue<SIMD::Float> &&scalar) { emplace(i, scalar.value(), TypeHint::Float); } in move() function in sw::Intermediate
99 void move(uint32_t i, RValue<SIMD::Int> &&scalar) { emplace(i, scalar.value(), TypeHint::Int); } in move() function in sw::Intermediate
100 void move(uint32_t i, RValue<SIMD::UInt> &&scalar) { emplace(i, scalar.value(), TypeHint::UInt); } in move() function in sw::Intermediate
102 void move(uint32_t i, const RValue<SIMD::Float> &scalar) { emplace(i, scalar.value(), TypeHint::Float); } in move() function in sw::Intermediate
103 void move(uint32_t i, const RValue<SIMD::Int> &scalar) { emplace(i, scalar.value(), TypeHint::Int); } in move() function in sw::Intermediate
104 void move(uint32_t i, const RValue<SIMD::UInt> &scalar) { emplace(i, scalar.value(), TypeHint::UInt); } in move() function in sw::Intermediate
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_transition_imp.cpp81 ArkUI_TransitionEffect* OH_ArkUI_CreateMovementTransitionEffect(ArkUI_TransitionEdge move) in OH_ArkUI_CreateMovementTransitionEffect() argument
H A Dnode_transition.h43 ArkUI_TransitionEdge move; member
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcall_context.cpp38 : params_(std::move(other.params_)), succeeded_(other.succeeded_), result_(std::move(other.result_)) in move() function
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dglue.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in move() function in v8_crdtp::glue::detail::PtrMaybe
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in move() function in v8_crdtp::glue::detail::ValueMaybe
H A Dmaybe.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in move() function in v8_crdtp::detail::PtrMaybe
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in move() function in v8_crdtp::detail::ValueMaybe
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany_exception_safety_test.cc124 auto move = [&val](absl::any* ap) { *ap = std::move(val); }; in TEST() local
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_value_object.h67 DataShareValueObject(DataShareValueObject &&object) noexcept : value(std::move(object.value)) { }; in move() function in OHOS::DataShare::DataShareValueObject
H A Ddatashare_predicates_object.h73 SingleValue(Type val) noexcept : value(std::move(val)) in move() function in OHOS::DataShare::SingleValue
80 SingleValue(SingleValue &&val) noexcept :value(std::move(val.value)) in move() function in OHOS::DataShare::SingleValue
H A Ddatashare_predicates_objects.h68 MutliValue(MutliValue::Type val) noexcept : value(std::move(val)) in move() function in OHOS::DataShare::MutliValue
/third_party/elfutils/libdwfl/
H A Dsegment.c96 const size_t move = dwfl->lookup_elts - i; in insert() local
/third_party/node/src/crypto/
H A Dcrypto_hkdf.cc26 info(std::move(other.info)) {} in move() function
/third_party/typescript/tests/baselines/reference/
H A DgenericRestParameters1.js
/third_party/python/Lib/tkinter/
H A Ddnd.py248 def move(self, event): member in Icon
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalues_bucket.cpp40 ValuesBucket::ValuesBucket(ValuesBucket &&values) noexcept : values_(std::move(values.values_)) in move() function
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_resource.h138 struct dma_fence *move; member

Completed in 12 milliseconds

1234567891011