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

  /external/webrtc/webrtc/base/
fakenetwork.h 67 ++start_count_;
68 if (start_count_ == 1) {
78 virtual void StopUpdating() { --start_count_; }
90 if (start_count_ == 0)
120 int start_count_ = 0; member in class:rtc::FakeNetworkManager
profiler.cc 47 start_count_(0),
52 if (start_count_ == 0) {
55 ++start_count_;
59 --start_count_;
60 ASSERT(start_count_ >= 0);
61 if (start_count_ == 0) {
profiler.h 101 bool is_started() const { return start_count_ > 0; }
110 int start_count_; member in class:rtc::ProfilerEvent
network.h 202 bool started() { return start_count_ > 0; }
255 int start_count_; member in class:rtc::BasicNetworkManager
network.cc 369 : thread_(NULL), sent_first_update_(false), start_count_(0),
703 if (start_count_) {
713 ++start_count_;
718 if (!start_count_)
721 --start_count_;
722 if (!start_count_) {
786 if (!start_count_)
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 129 : start_count_(start_count),
140 start_count_ += other.start_count_;
154 return static_cast<int64_t>(start_count_ - ok_count_ - error_count_);
158 return "[start_count_=" + grpc::to_string(start_count_) +
173 uint64_t start_count() const { return start_count_; }
185 uint64_t start_count_ = 0; member in class:grpc::load_reporter::LoadRecordValue
  /external/webrtc/talk/media/base/
capturemanager.cc 64 return start_count_;
79 int start_count_; member in class:cricket::VideoCapturerState
88 : adapter_(adapter), start_count_(1) {}
153 return ++start_count_;
158 if (start_count_ > 0) {
160 --start_count_;
162 return start_count_;
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
    [all...]
cmap_table.h 360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment

Completed in 219 milliseconds