Home
last modified time | relevance | path

Searched defs:DefaultHasher (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp62910 struct DefaultHasher struct
62912 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> struct
62935 struct DefaultHasher<mozilla::UniquePtr<T, D>> struct
62937 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 …]