Searched defs:CreateEventLoop (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ | ||
H A D | quic_server.cc | 174 std::unique_ptr<QuicEventLoop> QuicServer::CreateEventLoop() { in CreateEventLoop() function in quic::QuicServer |
H A D | quic_server_test.cc | 84 std::unique_ptr<QuicEventLoop> CreateEventLoop() override { in CreateEventLoop() function in quic::test::__anon95424b9f0111::TestQuicServer |
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ | ||
H A D | quic_test_server.cc | 211 std::unique_ptr<QuicEventLoop> QuicTestServer::CreateEventLoop() { in CreateEventLoop() function in quic::test::QuicTestServer |