Searched defs:NamedFlowHashTranslator (Results 1 – 1 of 1) sorted by relevance
126 struct NamedFlowCollection::NamedFlowHashTranslator { struct in WebCore::NamedFlowCollection127 static unsigned hash(const String& key) { return DefaultHash<String>::Hash::hash(key); } in hash()128 static bool equal(NamedFlow* a, const String& b) { return a->name() == b; } in equal()