Home
last modified time | relevance | path

Searched refs:Http2Scope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.cc68 // The Http2Scope object is used to queue a write to the i/o stream. It is
74 // Http2Scope h2scope(session);
77 // When the Http2Scope passes out of scope and is deconstructed, it will
79 Http2Scope::Http2Scope(Http2Stream* stream) : Http2Scope(stream->session()) {} in Http2Scope() function in node::http2::Http2Scope
81 Http2Scope::Http2Scope(Http2Session* session) : session_(session) { in Http2Scope() function in node::http2::Http2Scope
93 Http2Scope::~Http2Scope() { in ~Http2Scope()
[all...]
H A Dnode_http2.h172 class Http2Scope { class
174 explicit Http2Scope(Http2Stream* stream);
175 explicit Http2Scope(Http2Session* session);
176 ~Http2Scope();
937 friend class Http2Scope;

Completed in 5 milliseconds