Searched refs:move_from (Results 1 – 12 of 12) sorted by relevance
19 LazyNow::LazyNow(LazyNow&& move_from) noexcept in LazyNow() argument20 : 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()
68 TaskQueue::PostedTask::PostedTask(PostedTask&& move_from) in PostedTask() argument69 : 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()
26 LazyNow(LazyNow&& move_from) noexcept;
62 PostedTask(PostedTask&& move_from);
74 TaskQueueImpl::PostTaskResult::PostTaskResult(PostTaskResult&& move_from) in PostTaskResult() argument75 : success(move_from.success), task(std::move(move_from.task)) {} in PostTaskResult()
152 PostTaskResult(PostTaskResult&& move_from);
71 move_from(v); in InlinedVector()77 move_from(v);139 void move_from(InlinedVector& v) { in move_from() function
317 template <typename T> struct move_from { struct323 unordered_map(move_from<K> other);
691 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) ||
589 struct ubi_wl_entry *move_from; member
140 define double @move_from(double %d) {145 ; ALL-LABEL: move_from: