Home
last modified time | relevance | path

Searched defs:ComplicatedHashFunctions (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DListHashSetTest.cpp529 struct ComplicatedHashFunctions { struct
530 static unsigned hash(const Complicated& key) { return key.m_simple.m_value; } in hash()
531 …al(const Complicated& a, const Complicated& b) { return a.m_simple.m_value == b.m_simple.m_value; } in equal()