OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:per_balancer_stores_
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc
190
for (const auto& p :
per_balancer_stores_
) {
200
if (
per_balancer_stores_
.size() == 1) {
207
auto it_store_for_gone_lb =
per_balancer_stores_
.find(lb_id);
208
GPR_ASSERT(it_store_for_gone_lb !=
per_balancer_stores_
.end());
239
return
per_balancer_stores_
.find(lb_id) !=
per_balancer_stores_
.end()
240
?
per_balancer_stores_
.find(lb_id)->second.get()
267
GPR_ASSERT(
per_balancer_stores_
.find(lb_id) ==
per_balancer_stores_
.end());
273
per_balancer_stores_
[lb_id] = std::move(per_balancer_store)
[
all
...]
load_data_store.h
282
per_balancer_stores_
;
member in class:grpc::load_reporter::PerHostStore
288
// of
per_balancer_stores_
.
Completed in 1640 milliseconds