Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_connection_stats.cc14 stream_bytes_sent(0), in QuicConnectionStats()
53 << ", stream bytes sent: " << s.stream_bytes_sent in operator <<()
Dquic_connection_stats.h25 uint64 stream_bytes_sent; // non-retransmitted bytes sent in a stream frame. member