TestSession 159 net/quic/quic_crypto_server_stream_test.cc scoped_ptr<TestSession> server_session(new TestSession(server_conn, config_)); TestSession 182 net/quic/quic_crypto_server_stream_test.cc server_session.reset(new TestSession(server_conn, config_)); TestSession 107 net/quic/quic_session_test.cc explicit TestSession(QuicConnection* connection) TestSession 212 net/quic/quic_session_test.cc TestSession session_; TestSession 140 net/quic/test_tools/crypto_test_utils.cc TestSession server_session(server_conn, DefaultQuicConfig()); TestSession 356 net/quic/test_tools/quic_test_utils.cc TestSession::TestSession(QuicConnection* connection, TestSession 362 net/quic/test_tools/quic_test_utils.cc TestSession::~TestSession() {} TestSession 364 net/quic/test_tools/quic_test_utils.cc void TestSession::SetCryptoStream(QuicCryptoStream* stream) { TestSession 368 net/quic/test_tools/quic_test_utils.cc QuicCryptoStream* TestSession::GetCryptoStream() { TestSession 394 net/quic/test_tools/quic_test_utils.h class TestSession : public QuicSession { TestSession 396 net/quic/test_tools/quic_test_utils.h TestSession(QuicConnection* connection, const QuicConfig& config); TestSession 397 net/quic/test_tools/quic_test_utils.h virtual ~TestSession(); TestSession 408 net/quic/test_tools/quic_test_utils.h DISALLOW_COPY_AND_ASSIGN(TestSession); TestSession 82 net/tools/quic/test_tools/quic_test_utils.cc TestSession::TestSession(QuicConnection* connection, TestSession 88 net/tools/quic/test_tools/quic_test_utils.cc TestSession::~TestSession() {} TestSession 90 net/tools/quic/test_tools/quic_test_utils.cc void TestSession::SetCryptoStream(QuicCryptoStream* stream) { TestSession 94 net/tools/quic/test_tools/quic_test_utils.cc QuicCryptoStream* TestSession::GetCryptoStream() { TestSession 105 net/tools/quic/test_tools/quic_test_utils.h class TestSession : public QuicSession { TestSession 107 net/tools/quic/test_tools/quic_test_utils.h TestSession(QuicConnection* connection, const QuicConfig& config); TestSession 108 net/tools/quic/test_tools/quic_test_utils.h virtual ~TestSession(); TestSession 119 net/tools/quic/test_tools/quic_test_utils.h DISALLOW_COPY_AND_ASSIGN(TestSession);