HomeSort by relevance Sort by last modified time
    Searched refs:GetAssignedStores (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 97 auto assigned_stores = load_data_store.GetAssignedStores(kHostname1, kLbId1);
111 load_data_store.GetAssignedStores(kHostname1, kLbId1);
120 load_data_store.GetAssignedStores(kHostname1, kLbId3);
132 load_data_store.GetAssignedStores(kHostname2, kLbId4);
161 load_data_store.GetAssignedStores(kHostname1, lb_id), kHostname1,
183 load_data_store.GetAssignedStores(kHostname1, assigned_lb_id),
193 load_data_store.GetAssignedStores(kHostname1, lb_id), kHostname1,
222 load_data_store.GetAssignedStores(kHostname2, kLbId2);
239 load_data_store.GetAssignedStores(kHostname1, kLbId3);
295 *load_data_store.GetAssignedStores(kHostname1, FormatLbId(i)))
    [all...]
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 244 const std::set<PerBalancerStore*>* PerHostStore::GetAssignedStores(
317 const std::set<PerBalancerStore*>* LoadDataStore::GetAssignedStores(
321 return it->second.GetAssignedStores(lb_id);
load_data_store.h 264 const std::set<PerBalancerStore*>* GetAssignedStores(
310 const std::set<PerBalancerStore*>* GetAssignedStores(const string& hostname,
load_reporter.cc 294 auto assigned_stores = load_data_store_.GetAssignedStores(hostname, lb_id);

Completed in 518 milliseconds