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() function245 uint64_t stream_bytes_read() const { return stream_bytes_read_; } in stream_bytes_read() function
331 StreamType type, uint64_t stream_bytes_read, in QuicStream()
345 uint64_t QuicChromiumClientStream::Handle::stream_bytes_read() const { in stream_bytes_read() function in net::QuicChromiumClientStream::Handle