Lines Matching refs:shared_ptr
78 virtual std::shared_ptr<Session> FindSession(size_t session_id) const override { in FindSession()
99 void InsertNewSession(std::shared_ptr<Session> session, std::string description) { in InsertNewSession()
113 std::shared_ptr<Session> session;
126 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
130 std::shared_ptr<Session> session = in CreateSession()
148 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
152 std::shared_ptr<Session> session = in CreateSession()
190 std::shared_ptr<PrefetcherDaemon> daemon_;
195 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
201 std::shared_ptr<Session> session = in CreateSession()
209 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
217 std::shared_ptr<Session> session = in CreateSession()
254 std::shared_ptr<PrefetcherDaemon> daemon_;