Searched defs:HashSetTranslatorAdapter (Results 1 – 1 of 1) sorted by relevance
123 struct HashSetTranslatorAdapter { struct124 template<typename T> static unsigned hash(const T& key) { return Translator::hash(key); } in hash()125 …pename T, typename U> static bool equal(const T& a, const U& b) { return Translator::equal(a, b); } in equal()126 …pename T, typename U> static void translate(T& location, const U& key, const U&, unsigned hashCode) in translate()