Searched defs:ComplicatedHashFunctions (Results 1 – 1 of 1) sorted by relevance
529 struct ComplicatedHashFunctions { struct530 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()