Searched refs:CryptoSubstream (Results 1 – 2 of 2) sorted by relevance
262 struct QUIC_EXPORT_PRIVATE CryptoSubstream { struct263 CryptoSubstream(QuicCryptoStream* crypto_stream);276 std::array<CryptoSubstream, NUM_PACKET_NUMBER_SPACES> substreams_; argument
80 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