Home
last modified time | relevance | path

Searched defs:stream_bytes_read (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream.h94 uint64_t stream_bytes_read() { return stream_bytes_read_; } in stream_bytes_read() function
245 uint64_t stream_bytes_read() const { return stream_bytes_read_; } in stream_bytes_read() function
Dquic_stream.cc331 StreamType type, uint64_t stream_bytes_read, in QuicStream()
/external/cronet/net/quic/
Dquic_chromium_client_stream.cc345 uint64_t QuicChromiumClientStream::Handle::stream_bytes_read() const { in stream_bytes_read() function in net::QuicChromiumClientStream::Handle