Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.h997 first_byte_sent_(stats.first_byte_sent), in Http2StreamPerformanceEntry()
1005 uint64_t first_byte_sent() const { return first_byte_sent_; } in first_byte_sent()
1018 uint64_t first_byte_sent_; variable