Home
last modified time | relevance | path

Searched refs:CryptoSubstream (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_stream.h262 struct QUIC_EXPORT_PRIVATE CryptoSubstream { struct
263 CryptoSubstream(QuicCryptoStream* crypto_stream);
276 std::array<CryptoSubstream, NUM_PACKET_NUMBER_SPACES> substreams_; argument
Dquic_crypto_stream.cc80 CryptoSubstream& substream = in OnCryptoFrame()
372 for (const CryptoSubstream& substream : substreams_) { in crypto_bytes_read()
471 for (const CryptoSubstream& substream : substreams_) { in HasBufferedCryptoFrames()
501 for (const CryptoSubstream& substream : substreams_) { in IsWaitingForAcks()
509 QuicCryptoStream::CryptoSubstream::CryptoSubstream( in CryptoSubstream() function in quic::QuicCryptoStream::CryptoSubstream