Lines Matching refs:multimap
99 // I benchmarked hash_multimap vs multimap. We're going to be query-heavy101 // close, with multimap being a tiny bit faster. I think this is because104 // a multimap. Also, multimap is standard, another reason to use it.107 typedef std::multimap<std::string, CanonicalCookie*> CookieMap;