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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 154 // We always keep track of num_calls_in_progress_, so that when this
156 // num_calls_in_progress_.
157 GPR_ASSERT(static_cast<int64_t>(num_calls_in_progress_) +
160 num_calls_in_progress_ += value.GetNumCallsInProgressDelta();
176 last_reported_num_calls_in_progress_ = num_calls_in_progress_;
177 return num_calls_in_progress_;
load_data_store.h 215 return num_calls_in_progress_ != last_reported_num_calls_in_progress_;
237 uint64_t num_calls_in_progress_ = 0; member in class:grpc::load_reporter::PerBalancerStore

Completed in 85 milliseconds