Searched defs:QuicCryptoFrame (Results 1 – 6 of 6) sorted by relevance
17 struct QUIC_EXPORT_PRIVATE QuicCryptoFrame { struct40 QuicCryptoFrame(EncryptionLevel level, QuicStreamOffset offset, argument
12 QuicCryptoFrame::QuicCryptoFrame(EncryptionLevel level, QuicStreamOffset offset, in QuicCryptoFrame() function in quic::QuicCryptoFrame16 QuicCryptoFrame::QuicCryptoFrame(EncryptionLevel level, QuicStreamOffset offset, in QuicCryptoFrame() function in quic::QuicCryptoFrame20 QuicCryptoFrame::QuicCryptoFrame(EncryptionLevel level, QuicStreamOffset offset, in QuicCryptoFrame() function in quic::QuicCryptoFrame
150 void QuicEndpoint::OnCryptoFrame(const QuicCryptoFrame& /*frame*/) {} in OnCryptoFrame()
317 virtual void OnCryptoFrame(const QuicCryptoFrame& /*frame*/) {} in OnCryptoFrame()
9611 .WillRepeatedly([this](const QuicCryptoFrame& /*frame*/) { in TEST_P()
332 bool NoOpFramerVisitor::OnCryptoFrame(const QuicCryptoFrame& /*frame*/) { in OnCryptoFrame()