Searched refs:key2Index (Results 1 – 1 of 1) sorted by relevance
1696 static std::map<std::string, size_t> key2Index; in ForAllServices() local1709 auto it = key2Index.find(key); in ForAllServices()1710 if (it != key2Index.end()) { in ForAllServices()1723 key2Index[key] = index; // update last known client index in ForAllServices()