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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 189 if (assigned_stores_.size() == 1) {
214 UnorderedMapOfSetExtract(assigned_stores_, lb_id);
223 } else if (!assigned_stores_.empty()) {
225 new_receiver = &(RandomElement(assigned_stores_)->first);
246 auto it = assigned_stores_.find(lb_id);
247 if (it == assigned_stores_.end()) return nullptr;
253 auto it = assigned_stores_.find(new_receiver);
254 GPR_ASSERT(it != assigned_stores_.end());
268 GPR_ASSERT(assigned_stores_.find(lb_id) == assigned_stores_.end())
    [all...]
load_data_store.h 287 // ID. Note that the sets in assigned_stores_ form a division of the value set
290 assigned_stores_; member in class:grpc::load_reporter::PerHostStore

Completed in 85 milliseconds