Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream.h94 uint64_t stream_bytes_read() { return stream_bytes_read_; } in stream_bytes_read() function
249 uint64_t stream_bytes_read() const { return stream_bytes_read_; } in stream_bytes_read() function
H A Dquic_stream.cc337 StreamType type, uint64_t stream_bytes_read, in QuicStream()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_stream.cc423 uint64_t QuicChromiumClientStream::Handle::stream_bytes_read() const { in stream_bytes_read() function in net::QuicChromiumClientStream::Handle