Home
last modified time | relevance | path

Searched refs:num_calls_in_progress_ (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.cc157 GPR_ASSERT(static_cast<int64_t>(num_calls_in_progress_) + in MergeRow()
160 num_calls_in_progress_ += value.GetNumCallsInProgressDelta(); in MergeRow()
176 last_reported_num_calls_in_progress_ = num_calls_in_progress_; in GetNumCallsInProgressForReport()
177 return num_calls_in_progress_; in GetNumCallsInProgressForReport()
Dload_data_store.h215 return num_calls_in_progress_ != last_reported_num_calls_in_progress_; in IsNumCallsInProgressChangedSinceLastReport()
237 uint64_t num_calls_in_progress_ = 0; variable
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto119 // has a random num_calls_in_progress_ when not set, which might lead to bug