Searched defs:stream_bytes_read (Results 1 – 3 of 3) sorted by relevance
94 uint64_t stream_bytes_read() { return stream_bytes_read_; } in stream_bytes_read() function249 uint64_t stream_bytes_read() const { return stream_bytes_read_; } in stream_bytes_read() function
337 StreamType type, uint64_t stream_bytes_read, in QuicStream()
423 uint64_t QuicChromiumClientStream::Handle::stream_bytes_read() const { in stream_bytes_read() function in net::QuicChromiumClientStream::Handle