Home
last modified time | relevance | path

Searched defs:Http2Scope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http2.h930 friend class Http2Scope; variable
Dnode_http2.cc75 Http2Scope::Http2Scope(Http2Stream* stream) : Http2Scope(stream->session()) {} in Http2Scope() function in node::http2::Http2Scope
77 Http2Scope::Http2Scope(Http2Session* session) : session_(session) { in Http2Scope() function in node::http2::Http2Scope