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