Lines Matching refs:BufferPoolClient
142 std::list<std::pair<const wp<IAccessor>, const std::weak_ptr<BufferPoolClient>>>
156 std::map<ConnectionId, const std::shared_ptr<BufferPoolClient>>
177 const std::shared_ptr<BufferPoolClient> client = it->second.lock(); in registerSender()
194 const std::shared_ptr<BufferPoolClient> client = in registerSender()
195 std::make_shared<BufferPoolClient>(accessor, mObserver); in registerSender()
204 const std::weak_ptr<BufferPoolClient> wclient = client; in registerSender()
278 std::shared_ptr<BufferPoolClient> client = in create()
279 std::make_shared<BufferPoolClient>(accessor, mObserver); in create()
289 const std::weak_ptr<BufferPoolClient> wclient = client; in create()
310 std::shared_ptr<BufferPoolClient> closing = it->second; in close()
330 std::shared_ptr<BufferPoolClient> client; in flush()
345 std::shared_ptr<BufferPoolClient> client; in allocate()
375 std::shared_ptr<BufferPoolClient> client; in receive()
406 std::shared_ptr<BufferPoolClient> client; in postSend()
420 std::shared_ptr<BufferPoolClient> client; in getAccessor()