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