Searched defs:PointerHasher (Results 1 – 2 of 2) sorted by relevance
52 struct PointerHasher { struct53 size_t operator()(const Pointer& t) const { in operator ()()
62881 struct PointerHasher struct62883 typedef Key Lookup;62884 static HashNumber hash(const Lookup& l) { in hash()62897 static bool match(const Key& k, const Lookup& l) { in match()62900 static void rekey(Key& k, const Key& newKey) { in rekey()