Searched refs:connectionsToClose (Results 1 – 1 of 1) sorted by relevance
131 std::map<int64_t, const std::weak_ptr<Accessor>> connectionsToClose; in onDead() local140 connectionsToClose.insert(std::make_pair(*conIt, accessorIt->second)); in onDead()149 if (connectionsToClose.size() > 0) { in onDead()151 for (auto it = connectionsToClose.begin(); it != connectionsToClose.end(); ++it) { in onDead()