Searched refs:SessionIndirectSocket (Results 1 – 3 of 3) sorted by relevance
216 class SessionIndirectSocket : public SessionIndirect {220 SessionIndirectSocket(size_t session_id,226 virtual ~SessionIndirectSocket();
697 SessionIndirectSocket::SessionIndirectSocket(size_t session_id, in SessionIndirectSocket() function in iorap::prefetcher::SessionIndirectSocket720 SessionIndirectSocket::~SessionIndirectSocket() { in ~SessionIndirectSocket()
218 std::static_pointer_cast<Session>(std::make_shared<SessionIndirectSocket>(session_id, in CreateSession()