Home
last modified time | relevance | path

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 Dquic_server.cc174 std::unique_ptr<QuicEventLoop> QuicServer::CreateEventLoop() { in CreateEventLoop() function in quic::QuicServer
H A Dquic_server_test.cc84 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 Dquic_test_server.cc211 std::unique_ptr<QuicEventLoop> QuicTestServer::CreateEventLoop() { in CreateEventLoop() function in quic::test::QuicTestServer