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