Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.cc190 for (const auto& p : per_balancer_stores_) { in ReportStreamCreated()
200 if (per_balancer_stores_.size() == 1) { in ReportStreamCreated()
207 auto it_store_for_gone_lb = per_balancer_stores_.find(lb_id); in ReportStreamClosed()
208 GPR_ASSERT(it_store_for_gone_lb != per_balancer_stores_.end()); in ReportStreamClosed()
239 return per_balancer_stores_.find(lb_id) != per_balancer_stores_.end() in FindPerBalancerStore()
240 ? per_balancer_stores_.find(lb_id)->second.get() in FindPerBalancerStore()
267 GPR_ASSERT(per_balancer_stores_.find(lb_id) == per_balancer_stores_.end()); in SetUpForNewLbId()
273 per_balancer_stores_[lb_id] = std::move(per_balancer_store); in SetUpForNewLbId()
Dload_data_store.h282 per_balancer_stores_; variable