Home
last modified time | relevance | path

Searched refs:Http2SessionPerformanceEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http2.h934 class Http2SessionPerformanceEntry : public performance::PerformanceEntry {
936 Http2SessionPerformanceEntry( in Http2SessionPerformanceEntry() function
Dnode_http2.cc587 auto entry = std::make_unique<Http2SessionPerformanceEntry>( in EmitStatistics()