Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpp/util/
DTypeHelpers.h270 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));
/frameworks/base/tools/aapt2/process/
DSymbolTable.h37 inline android::hash_t hash_type(const ResourceName& name) { in hash_type() function
46 inline android::hash_t hash_type(const ResourceId& id) { in hash_type() function
47 return android::hash_type(id.id); in hash_type()
/frameworks/base/libs/hwui/utils/
DMacros.h30 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
/frameworks/minikin/include/minikin/
DLayoutCache.h196 inline android::hash_t hash_type(const LayoutCacheKey& key) { in hash_type() function