Searched refs:initial_ (Results 1 – 7 of 7) sorted by relevance
90 : initial_(std::move(s), std::move(t)) { in finite()97 auto state = std::make_shared<state_t>(initial_, s); in on_subscribe()98 if (initial_.completed_predicate()) { in on_subscribe()108 values initial_; member133 infinite(source_type s) : initial_(std::move(s)) { in infinite()140 auto state = std::make_shared<state_t>(initial_, s); in on_subscribe()146 values initial_; member
18 : initial_(Desktop::GetThreadDesktop()) {} in ScopedThreadDesktop()28 return initial_->IsSame(desktop); in IsSame()34 initial_->SetThreadDesktop(); in Revert()44 if (initial_->IsSame(*desktop)) in SetThreadDesktop()
48 std::unique_ptr<Desktop> initial_; variable
56 if (initial_) { in NextAttemptTime()57 initial_ = false; in NextAttemptTime()73 initial_ = true; in Reset()
83 bool initial_; variable