Searched defs:JobMap (Results 1 – 3 of 3) sorted by relevance
282 using JobMap = std::map<JobKey, std::unique_ptr<Job>>; variable
472 using JobMap = std::map<QuicSessionKey, std::unique_ptr<Job>>; variable
292 using JobMap = std::map<GURL, MockAsyncProxyResolver::Job*>; typedef