Lines Matching refs:Http2Session
163 class Http2Session; variable
174 explicit Http2Scope(Http2Session* session);
178 BaseObjectPtr<Http2Session> session_;
260 typedef Http2Session allocator_t;
273 Http2Session* session,
283 Http2Session* session() { return session_.get(); } in session()
284 const Http2Session* session() const { return session_.get(); } in session()
468 Http2Stream(Http2Session* session,
476 BaseObjectWeakPtr<Http2Session> session_; // The Parent HTTP/2 Session
504 friend class Http2Session; variable
570 class Http2Session : public AsyncWrap,
572 public mem::NgLibMemoryManager<Http2Session, nghttp2_mem> {
574 Http2Session(Http2State* http2_state,
577 ~Http2Session() override;
671 SET_MEMORY_INFO_NAME(Http2Session)
672 SET_SELF_SIZE(Http2Session)
746 uint64_t total = current_session_memory_ + sizeof(Http2Session); in current_session_memory()
938 const Http2Session::Statistics& stats, in Http2SessionPerformanceEntry()
1027 Http2Session* session,
1042 BaseObjectWeakPtr<Http2Session> session_;
1052 Http2Settings(Http2Session* session,
1075 static void Update(Http2Session* session,
1088 BaseObjectWeakPtr<Http2Session> session_;