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