Searched refs:SetEventLoopFactory (Results 1 – 3 of 3) sorted by relevance
94 void SetEventLoopFactory(QuicEventLoopFactory* factory);
207 void QuicTestServer::SetEventLoopFactory(QuicEventLoopFactory* factory) { in SetEventLoopFactory() function in quic::test::QuicTestServer
543 test_server->SetEventLoopFactory(GetParam().event_loop); in StartServer()