Home
last modified time | relevance | path

Searched refs:initial_ (Results 1 – 7 of 7) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-retry-repeat-common.hpp90 : 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_; member
133 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
/external/webrtc/modules/desktop_capture/win/
Dscoped_thread_desktop.cc18 : initial_(Desktop::GetThreadDesktop()) {} in ScopedThreadDesktop()
28 return initial_->IsSame(desktop); in IsSame()
34 initial_->SetThreadDesktop(); in Revert()
44 if (initial_->IsSame(*desktop)) in SetThreadDesktop()
Dscoped_thread_desktop.h48 std::unique_ptr<Desktop> initial_; variable
/external/grpc-grpc/src/core/lib/backoff/
Dbackoff.cc56 if (initial_) { in NextAttemptTime()
57 initial_ = false; in NextAttemptTime()
73 initial_ = true; in Reset()
Dbackoff.h83 bool initial_; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/backoff/
Dbackoff.cc56 if (initial_) { in NextAttemptTime()
57 initial_ = false; in NextAttemptTime()
73 initial_ = true; in Reset()
Dbackoff.h83 bool initial_; variable