Home
last modified time | relevance | path

Searched refs:move_from (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dlazy_now.cc19 LazyNow::LazyNow(LazyNow&& move_from) noexcept in LazyNow() argument
20 : tick_clock_(move_from.tick_clock_), now_(move_from.now_) { in LazyNow()
21 move_from.tick_clock_ = nullptr; in LazyNow()
22 move_from.now_ = nullopt; in LazyNow()
Dtask_queue.cc68 TaskQueue::PostedTask::PostedTask(PostedTask&& move_from) in PostedTask() argument
69 : callback(std::move(move_from.callback)), in PostedTask()
70 posted_from(move_from.posted_from), in PostedTask()
71 delay(move_from.delay), in PostedTask()
72 nestable(move_from.nestable), in PostedTask()
73 task_type(move_from.task_type) {} in PostedTask()
Dlazy_now.h26 LazyNow(LazyNow&& move_from) noexcept;
Dtask_queue.h62 PostedTask(PostedTask&& move_from);
Dtask_queue_impl.cc74 TaskQueueImpl::PostTaskResult::PostTaskResult(PostTaskResult&& move_from) in PostTaskResult() argument
75 : success(move_from.success), task(std::move(move_from.task)) {} in PostTaskResult()
Dtask_queue_impl.h152 PostTaskResult(PostTaskResult&& move_from);
/external/grpc-grpc/src/core/lib/gprpp/
Dinlined_vector.h71 move_from(v); in InlinedVector()
77 move_from(v);
139 void move_from(InlinedVector& v) { in move_from() function
/external/clang/test/SemaTemplate/
Ddefault-expr-arguments.cpp317 template <typename T> struct move_from { struct
323 unordered_map(move_from<K> other);
/external/u-boot/drivers/mtd/ubi/
Dwl.c691 ubi_assert(!ubi->move_from && !ubi->move_to);
767 ubi->move_from = e1;
879 ubi->move_from = ubi->move_to = NULL;
929 ubi->move_from = ubi->move_to = NULL;
949 ubi->move_from = ubi->move_to = NULL;
1213 if (e == ubi->move_from) {
1299 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
Dubi.h589 struct ubi_wl_entry *move_from; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dfp64a.ll140 define double @move_from(double %d) {
145 ; ALL-LABEL: move_from:
/external/llvm/test/CodeGen/Mips/
Dfp64a.ll140 define double @move_from(double %d) {
145 ; ALL-LABEL: move_from: