| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | generic_iterator.h | 70 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 D | unique_ptr.h | 116 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 D | parman.h | 59 void (*move)(void *priv, unsigned long from_index, member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | parman.h | 59 void (*move)(void *priv, unsigned long from_index, member
|
| /third_party/nghttp2/src/ |
| H A D | template_test.cc | 69 ImmutableString move = std::move(copy); in test_template_immutable_string() local [all...] |
| /third_party/libinput/test/ |
| H A D | litest-device-dell-canvas-totem.c | 45 static struct input_event move[] = { variable
|
| H A D | litest-device-alps-3fg.c | 117 static struct input_event move[] = { variable
|
| /third_party/musl/libc-test/src/functionalext/supplement/locale/ |
| H A D | strxfrm.c | 147 int move = 10; in strxfrm_0700() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShader.hpp | 98 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 D | WebAssemblyDebugValueManager.cpp | 26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_transition_imp.cpp | 81 ArkUI_TransitionEffect* OH_ArkUI_CreateMovementTransitionEffect(ArkUI_TransitionEdge move) in OH_ArkUI_CreateMovementTransitionEffect() argument
|
| H A D | node_transition.h | 43 ArkUI_TransitionEdge move; member
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | call_context.cpp | 38 : 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 D | glue.h | 23 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 D | maybe.h | 23 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 D | any_exception_safety_test.cc | 124 auto move = [&val](absl::any* ap) { *ap = std::move(val); }; in TEST() local
|
| /foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
| H A D | datashare_value_object.h | 67 DataShareValueObject(DataShareValueObject &&object) noexcept : value(std::move(object.value)) { }; in move() function in OHOS::DataShare::DataShareValueObject
|
| H A D | datashare_predicates_object.h | 73 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 D | datashare_predicates_objects.h | 68 MutliValue(MutliValue::Type val) noexcept : value(std::move(val)) in move() function in OHOS::DataShare::MutliValue
|
| /third_party/elfutils/libdwfl/ |
| H A D | segment.c | 96 const size_t move = dwfl->lookup_elts - i; in insert() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_hkdf.cc | 26 info(std::move(other.info)) {} in move() function
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | genericRestParameters1.js | |
| /third_party/python/Lib/tkinter/ |
| H A D | dnd.py | 248 def move(self, event): member in Icon
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | values_bucket.cpp | 40 ValuesBucket::ValuesBucket(ValuesBucket &&values) noexcept : values_(std::move(values.values_)) in move() function
|
| /kernel/linux/linux-5.10/include/drm/ttm/ |
| H A D | ttm_resource.h | 138 struct dma_fence *move; member
|