Searched defs:DefaultHasher (Results 1 – 1 of 1) sorted by relevance
62910 struct DefaultHasher struct62912 typedef Key Lookup;62913 static HashNumber hash(const Lookup& l) { in hash()62917 static bool match(const Key& k, const Lookup& l) { in match()62921 static void rekey(Key& k, const Key& newKey) { in rekey()62929 struct DefaultHasher<T*> : PointerHasher<T*, mozilla::tl::FloorLog2<sizeof(void*)>::value> struct62935 struct DefaultHasher<mozilla::UniquePtr<T, D>> struct62937 using Lookup = mozilla::UniquePtr<T, D>;62938 using PtrHasher = PointerHasher<T*, mozilla::tl::FloorLog2<sizeof(void*)>::value>;62940 static HashNumber hash(const Lookup& l) { in hash()[all …]