Home | History | Annotate | Download | only in base

Lines Matching refs:multimap

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