Searched refs:hash_type (Results 1 – 5 of 5) 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));
126 hash = android::JenkinsHashMix(hash, android::hash_type((int)fieldValue.mField.getField())); in hashDimension()127 hash = android::JenkinsHashMix(hash, android::hash_type((int)fieldValue.mField.getTag())); in hashDimension()128 hash = android::JenkinsHashMix(hash, android::hash_type((int)fieldValue.mValue.getType())); in hashDimension()132 android::hash_type(fieldValue.mValue.int_value)); in hashDimension()136 android::hash_type(fieldValue.mValue.long_value)); in hashDimension()144 android::hash_type(fieldValue.mValue.float_value)); in hashDimension()
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