Searched refs:SetCryptoStream (Results 1 – 8 of 8) sorted by relevance
20 static void SetCryptoStream(QuicServerSessionBase* s, in SetCryptoStream() function
609 void MockQuicSession::SetCryptoStream(QuicCryptoStream* crypto_stream) { in SetCryptoStream() function in quic::test::MockQuicSession688 void MockQuicSpdySession::SetCryptoStream(QuicCryptoStream* crypto_stream) { in SetCryptoStream() function in quic::test::MockQuicSpdySession
783 void SetCryptoStream(QuicCryptoStream* crypto_stream);920 void SetCryptoStream(QuicCryptoStream* crypto_stream);
530 QuicServerSessionBasePeer::SetCryptoStream(session_.get(), nullptr); in TEST_P()537 QuicServerSessionBasePeer::SetCryptoStream(session_.get(), in TEST_P()542 QuicServerSessionBasePeer::SetCryptoStream(session_.get(), in TEST_P()
149 session_.SetCryptoStream(client_stream_);
65 session_.SetCryptoStream(new EstablishedCryptoStream(&session_)); in QuicDatagramQueueTestBase()
139 session_.SetCryptoStream(stream_); in QuicCryptoStreamTest()
61 static void SetCryptoStream(QuicSimpleServerSession* s, in SetCryptoStream() function in quic::test::QuicSimpleServerSessionPeer