Searched refs:CreateEventLoop (Results 1 – 5 of 5) sorted by relevance
115 event_loop_ = CreateEventLoop(); in CreateUDPSocketAndListen()174 std::unique_ptr<QuicEventLoop> QuicServer::CreateEventLoop() { in CreateEventLoop() function in quic::QuicServer
93 virtual std::unique_ptr<QuicEventLoop> CreateEventLoop();
84 std::unique_ptr<QuicEventLoop> CreateEventLoop() override { in CreateEventLoop() function in quic::test::__anon95424b9f0111::TestQuicServer
97 std::unique_ptr<QuicEventLoop> CreateEventLoop() override;
211 std::unique_ptr<QuicEventLoop> QuicTestServer::CreateEventLoop() { in CreateEventLoop() function in quic::test::QuicTestServer