Home
last modified time | relevance | path

Searched refs:stream_bytes_read (Results 1 – 10 of 10) 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
502 uint64_t stream_bytes_read, bool fin_received,
H A Dquic_stream.cc337 StreamType type, uint64_t stream_bytes_read, in QuicStream() argument
347 stream_bytes_read_(stream_bytes_read), in QuicStream()
H A Dquic_crypto_stream.cc367 return stream_bytes_read(); in crypto_bytes_read()
H A Dquic_stream_test.cc315 EXPECT_EQ(3u, stream.stream_bytes_read()); in TEST_P()
338 EXPECT_EQ(2u, stream->stream_bytes_read()); in TEST_P()
H A Dquic_session.cc807 it.second->stream_bytes_read(), ",", it.second->fin_received(), "}"); in GetStreamsInfoForLogging()
/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
426 return stream_->stream_bytes_read(); in stream_bytes_read()
484 stream_bytes_read_ = stream_->stream_bytes_read(); in SaveState()
H A Dbidirectional_stream_quic_impl.cc203 DCHECK_LE(stream_->NumBytesConsumed(), stream_->stream_bytes_read()); in GetTotalReceivedBytes()
406 closed_stream_received_bytes_ = stream_->stream_bytes_read(); in ResetStream()
H A Dquic_http_stream.cc267 DCHECK_LE(stream_->NumBytesConsumed(), stream_->stream_bytes_read()); in GetTotalReceivedBytes()
680 DCHECK_LE(stream_->NumBytesConsumed(), stream_->stream_bytes_read()); in ResetStream()
H A Dquic_chromium_client_stream.h140 uint64_t stream_bytes_read() const;
H A Dquic_chromium_client_stream_test.cc320 EXPECT_EQ(0u, handle_->stream_bytes_read()); in TEST_P()
360 EXPECT_EQ(0u, handle_->stream_bytes_read()); in TEST_P()