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