Lines Matching refs:BufferPoolClient
138 std::list<std::pair<const wp<IAccessor>, const std::weak_ptr<BufferPoolClient>>>
152 std::map<ConnectionId, const std::shared_ptr<BufferPoolClient>>
170 const std::shared_ptr<BufferPoolClient> client = it->second.lock(); in registerSender()
187 const std::shared_ptr<BufferPoolClient> client = in registerSender()
188 std::make_shared<BufferPoolClient>(accessor); in registerSender()
197 const std::weak_ptr<BufferPoolClient> wclient = client; in registerSender()
269 std::shared_ptr<BufferPoolClient> client = in create()
270 std::make_shared<BufferPoolClient>(accessor); in create()
280 const std::weak_ptr<BufferPoolClient> wclient = client; in create()
318 std::shared_ptr<BufferPoolClient> client; in allocate()
334 std::shared_ptr<BufferPoolClient> client; in receive()
350 std::shared_ptr<BufferPoolClient> client; in postSend()
364 std::shared_ptr<BufferPoolClient> client; in getAccessor()