Home
last modified time | relevance | path

Searched refs:stream_bytes_read_ (Results 1 – 4 of 4) 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()
120 uint64_t stream_bytes_read_; variable
245 uint64_t stream_bytes_read() const { return stream_bytes_read_; } in stream_bytes_read()
520 uint64_t stream_bytes_read_; variable
Dquic_stream.cc115 stream_bytes_read_(0), in PendingStream()
197 stream_bytes_read_ += frame_payload_size; in OnStreamFrame()
292 pending->stream_bytes_read_, pending->fin_received_, in QuicStream()
340 stream_bytes_read_(stream_bytes_read), in QuicStream()
462 stream_bytes_read_ += frame_payload_size; in OnStreamFrame()
/external/cronet/net/quic/
Dquic_chromium_client_stream.h206 uint64_t stream_bytes_read_; variable
Dquic_chromium_client_stream.cc347 return stream_bytes_read_; in stream_bytes_read()
408 stream_bytes_read_ = stream_->stream_bytes_read(); in SaveState()