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