Searched refs:GetRandomGenerator (Results 1 – 12 of 12) sorted by relevance
51 TEST_F(QuicEpollConnectionHelperTest, GetRandomGenerator) { in TEST_F() argument52 QuicRandom* random = helper_.GetRandomGenerator(); in TEST_F()
40 virtual QuicRandom* GetRandomGenerator() OVERRIDE;
78 QuicRandom* QuicEpollConnectionHelper::GetRandomGenerator() { in GetRandomGenerator() function in net::tools::QuicEpollConnectionHelper
41 virtual QuicRandom* GetRandomGenerator() OVERRIDE;
49 TEST_F(QuicConnectionHelperTest, GetRandomGenerator) { in TEST_F() argument50 EXPECT_EQ(&random_generator_, helper_.GetRandomGenerator()); in TEST_F()
110 QuicRandom* QuicConnectionHelper::GetRandomGenerator() { in GetRandomGenerator() function in net::QuicConnectionHelper
56 crypto_config_.AddDefaultConfig(helper_.GetRandomGenerator(), in Initialize()
222 virtual QuicRandom* GetRandomGenerator() = 0;
198 random_generator_(helper->GetRandomGenerator()), in QuicConnection()
257 virtual QuicRandom* GetRandomGenerator() OVERRIDE { in GetRandomGenerator() function in net::test::__anon1dbb7c2d0111::TestConnectionHelper
259 virtual QuicRandom* GetRandomGenerator() OVERRIDE;
212 QuicRandom* MockHelper::GetRandomGenerator() { in GetRandomGenerator() function in net::test::MockHelper