Home
last modified time | relevance | path

Searched refs:last_reported_num_calls_in_progress_ (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h215 return num_calls_in_progress_ != last_reported_num_calls_in_progress_; in IsNumCallsInProgressChangedSinceLastReport()
238 uint64_t last_reported_num_calls_in_progress_ = 0; variable
Dload_data_store.cc176 last_reported_num_calls_in_progress_ = num_calls_in_progress_; in GetNumCallsInProgressForReport()