Searched refs:ConnectionPool (Results 1 – 1 of 1) sorted by relevance
169 friend class ConnectionPool;665 class ConnectionPool : public std::enable_shared_from_this<ConnectionPool> class761 auto cb = std::bind_front(&ConnectionPool::afterSendData, in sendData()818 static void afterSendData(const std::weak_ptr<ConnectionPool>& weakSelf, in afterSendData()828 std::shared_ptr<ConnectionPool> self = weakSelf.lock(); in afterSendData()853 explicit ConnectionPool( in ConnectionPool() function in crow::ConnectionPool892 std::unordered_map<std::string, std::shared_ptr<ConnectionPool>>952 pool.first->second = std::make_shared<ConnectionPool>( in sendDataWithCallback()