Lines Matching refs:Http2Scope
68 // 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()) {}
81 Http2Scope::Http2Scope(Http2Session* session) : session_(session) {
93 Http2Scope::~Http2Scope() {
321 Http2Scope h2scope(session_.get());
1877 Http2Scope h2scope(this);
1901 Http2Scope h2scope(this);
2119 Http2Scope h2scope(this);
2181 Http2Scope h2scope(this);
2204 Http2Scope h2scope(this);
2232 Http2Scope h2scope(this);
2260 Http2Scope h2scope(this);
2314 Http2Scope h2scope(this);
2328 Http2Scope h2scope(this);
2350 Http2Scope h2scope(this);
2392 Http2Scope h2scope(this);
2729 Http2Scope h2scope(this);
2927 Http2Scope h2scope(this);
2933 Http2Scope h2scope(this);
3108 Http2Scope h2scope(session_.get());