HomeSort by relevance Sort by last modified time
    Searched defs:hash_type (Results 1 - 10 of 10) sorted by null

  /frameworks/base/libs/hwui/
GradientCache.h 102 inline hash_t hash_type(const GradientCacheEntry& entry) { function in namespace:android::uirenderer
TextDropShadowCache.h 109 inline hash_t hash_type(const ShadowText& entry) { function in namespace:android::uirenderer
PathCache.h 171 friend inline hash_t hash_type(const PathDescription& entry) { function in struct:android::uirenderer::PathDescription
  /frameworks/base/libs/hwui/font/
Font.h 157 inline hash_t hash_type(const Font::FontDescription& entry) { function in namespace:android::uirenderer
  /frameworks/native/include/utils/
TypeHelpers.h 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) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android
295 return hash_type(uintptr_t(value));
  /frameworks/native/libs/utils/tests/
LruCache_test.cpp 56 template<> inline hash_t hash_type(const ComplexKey& value) { function in namespace:android
57 return hash_type(value.k);
BasicHashtable_test.cpp 59 template<> inline hash_t hash_type(const ComplexKey& value) { function in namespace:android
60 return hash_type(value.k);
124 return h.add(hash_type(key), key_value_pair_t<TKey, TValue>(key, value));
130 return h.find(index, hash_type(key), key);
169 "hash_type(key)=0x%08x",
170 i, collision, present, hash, key, value, hash_type(key));
  /frameworks/rs/server/
TypeHelpers.h 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) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android
295 return hash_type(uintptr_t(value));
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 120 inline hash_t hash_type(const TextLayoutCacheKey& key) { function in namespace:android
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;

Completed in 1213 milliseconds