Home
last modified time | relevance | path

Searched defs:JobMap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager.h290 using JobMap = std::map<JobKey, std::unique_ptr<Job>>; variable
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_session_pool.h514 using JobMap = std::map<QuicSessionKey, std::unique_ptr<Job>>; variable
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dconfigured_proxy_resolution_service_unittest.cc327 using JobMap = std::map<GURL, MockAsyncProxyResolver::Job*>; typedef