Searched defs:ListHashSetTranslator (Results 1 – 1 of 1) sorted by relevance
652 struct ListHashSetTranslator { struct653 template<typename T> static unsigned hash(const T& key) { return HashFunctions::hash(key); } in hash()654 …pename U> static bool equal(const T& a, const U& b) { return HashFunctions::equal(a->m_value, b); } in equal()655 …me T, typename U, typename V> static void translate(T*& location, const U& key, const V& allocator) in translate()