Searched refs:hash_type (Results 1 – 4 of 4) sorted by relevance
270 hash_t hash_type(const TKey& key);275 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }277 template <> inline hash_t hash_type(const T& value) { \280 template <> inline hash_t hash_type(const T& value) { \281 return hash_type(*reinterpret_cast<const R*>(&value)); }295 template <typename T> inline hash_t hash_type(T* const & value) {296 return hash_type(uintptr_t(value));
37 inline android::hash_t hash_type(const ResourceName& name) { in hash_type() function46 inline android::hash_t hash_type(const ResourceId& id) { in hash_type() function47 return android::hash_type(id.id); in hash_type()
30 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
196 inline android::hash_t hash_type(const LayoutCacheKey& key) { in hash_type() function