HomeSort by relevance Sort by last modified time
    Searched refs:initial_ (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.cc 20 : initial_(Desktop::GetThreadDesktop()) {
31 return initial_->IsSame(desktop);
37 initial_->SetThreadDesktop();
47 if (initial_->IsSame(*desktop))
scoped_thread_desktop.h 46 rtc::scoped_ptr<Desktop> initial_; member in class:webrtc::ScopedThreadDesktop
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-retry-repeat-common.hpp 90 : initial_(std::move(s), std::move(t)) {
97 auto state = std::make_shared<state_t>(initial_, s);
98 if (initial_.completed_predicate()) {
108 values initial_; member in struct:rxcpp::operators::detail::retry_repeat_common::finite
133 infinite(source_type s) : initial_(std::move(s)) {
140 auto state = std::make_shared<state_t>(initial_, s);
146 values initial_; member in struct:rxcpp::operators::detail::retry_repeat_common::infinite
  /external/grpc-grpc/src/core/lib/backoff/
backoff.cc 56 if (initial_) {
57 initial_ = false;
73 initial_ = true;
backoff.h 83 bool initial_; member in class:grpc_core::BackOff
  /art/compiler/optimizing/
bounds_check_elimination.cc 378 initial_(initial),
436 // If we can prove for the last number in sequence of initial_,
437 // initial_ + increment_, initial_ + 2 x increment_, ...
443 if (initial_->IsIntConstant()) {
444 int32_t initial_constant = initial_->AsIntConstant()->GetValue();
486 HInstruction* const initial_; // Initial value. member in class:art::MonotonicValueRange
488 const ValueBound bound_; // Additional value bound info for initial_.
    [all...]

Completed in 1583 milliseconds