GetRandomGenerator 178 net/quic/quic_connection.cc random_generator_(helper->GetRandomGenerator()), GetRandomGenerator 183 net/quic/quic_connection.h virtual QuicRandom* GetRandomGenerator() = 0; GetRandomGenerator 41 net/quic/quic_connection_helper.h virtual QuicRandom* GetRandomGenerator() OVERRIDE; GetRandomGenerator 49 net/quic/quic_connection_helper_test.cc TEST_F(QuicConnectionHelperTest, GetRandomGenerator) { GetRandomGenerator 50 net/quic/quic_connection_helper_test.cc EXPECT_EQ(&random_generator_, helper_.GetRandomGenerator()); GetRandomGenerator 277 net/quic/test_tools/quic_test_utils.h virtual QuicRandom* GetRandomGenerator() OVERRIDE; GetRandomGenerator 40 net/tools/quic/quic_epoll_connection_helper.h virtual QuicRandom* GetRandomGenerator() OVERRIDE; GetRandomGenerator 51 net/tools/quic/quic_epoll_connection_helper_test.cc TEST_F(QuicEpollConnectionHelperTest, GetRandomGenerator) { GetRandomGenerator 52 net/tools/quic/quic_epoll_connection_helper_test.cc QuicRandom* random = helper_.GetRandomGenerator();