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 D | quic_stream.h | 94 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 D | quic_stream.cc | 337 StreamType type, uint64_t stream_bytes_read, in QuicStream() argument 347 stream_bytes_read_(stream_bytes_read), in QuicStream()
|
H A D | quic_crypto_stream.cc | 367 return stream_bytes_read(); in crypto_bytes_read()
|
H A D | quic_stream_test.cc | 315 EXPECT_EQ(3u, stream.stream_bytes_read()); in TEST_P() 338 EXPECT_EQ(2u, stream->stream_bytes_read()); in TEST_P()
|
H A D | quic_session.cc | 807 it.second->stream_bytes_read(), ",", it.second->fin_received(), "}"); in GetStreamsInfoForLogging()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_chromium_client_stream.cc | 423 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 D | bidirectional_stream_quic_impl.cc | 203 DCHECK_LE(stream_->NumBytesConsumed(), stream_->stream_bytes_read()); in GetTotalReceivedBytes() 406 closed_stream_received_bytes_ = stream_->stream_bytes_read(); in ResetStream()
|
H A D | quic_http_stream.cc | 267 DCHECK_LE(stream_->NumBytesConsumed(), stream_->stream_bytes_read()); in GetTotalReceivedBytes() 680 DCHECK_LE(stream_->NumBytesConsumed(), stream_->stream_bytes_read()); in ResetStream()
|
H A D | quic_chromium_client_stream.h | 140 uint64_t stream_bytes_read() const;
|
H A D | quic_chromium_client_stream_test.cc | 320 EXPECT_EQ(0u, handle_->stream_bytes_read()); in TEST_P() 360 EXPECT_EQ(0u, handle_->stream_bytes_read()); in TEST_P()
|