Searched defs:hash_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/utils/
H A DTypeHelpers.h266 typedef uint32_t hash_t; typedef in namespace:android
269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(const T*& value) {

Completed in 4 milliseconds