OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:per_host_stores_
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc
278
auto it =
per_host_stores_
.find(hostname);
279
if (it !=
per_host_stores_
.end()) {
319
auto it =
per_host_stores_
.find(hostname);
320
if (it ==
per_host_stores_
.end()) return nullptr;
327
per_host_stores_
[hostname].ReportStreamCreated(lb_id, load_key);
332
auto it_per_host_store =
per_host_stores_
.find(hostname);
333
GPR_ASSERT(it_per_host_store !=
per_host_stores_
.end());
load_data_store.h
339
std::unordered_map<grpc::string, PerHostStore>
per_host_stores_
;
member in class:grpc::load_reporter::LoadDataStore
Completed in 1124 milliseconds