Home
last modified time | relevance | path

Searched refs:hash_t (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/utils/
DTypeHelpers.h325 typedef uint32_t hash_t;
328 hash_t hash_type(const TKey& key);
333 inline hash_t hash_type(const T& value) { \
334 return hash_t(value); \
338 inline hash_t hash_type(const T& value) { \
339 return hash_t((value >> 32) ^ value); \
343 inline hash_t hash_type(const T& value) { \
363 inline hash_t hash_type(T* const& value) {
DJenkinsHash.h43 hash_t JenkinsHashWhiten(uint32_t hash);
DJenkinsHash.cpp30 hash_t
/third_party/boost/boost/hana/fwd/
Dhash.hpp59 struct hash_t {
64 constexpr hash_t hash{};
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dhash.hpp59 struct hash_t {
64 constexpr hash_t hash{};
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontFamily.h62 android::hash_t hash() const;
87 inline android::hash_t hash_type(const FontStyle& style) { in hash_type()
DLayout.cpp90 android::hash_t hash() const { return mHash; } in hash()
127 android::hash_t mHash;
129 android::hash_t computeHash() const;
198 android::hash_t LayoutCacheKey::computeHash() const { in computeHash()
214 android::hash_t hash_type(const LayoutCacheKey& key) { in hash_type()
DFontFamily.cpp51 android::hash_t FontStyle::hash() const { in hash()
/third_party/boost/boost/sort/common/
Dscheduler.hpp61 typedef std::hash <key_t> hash_t; typedef
64 typedef std::unordered_map <key_t, deque_t, hash_t,
/third_party/boost/boost/hana/
Dhash.hpp28 constexpr auto hash_t::operator()(X const& x) const { in operator ()()
/third_party/boost/libs/hana/include/boost/hana/
Dhash.hpp28 constexpr auto hash_t::operator()(X const& x) const { in operator ()()
/third_party/mindspore/mindspore/core/utils/
Dordered_map.h214 using hash_t = PointerHash<T>; variable
222 using map_type = std::unordered_map<raw_key_t, iterator, hash_t>;
Dordered_set.h303 using hash_t = PointerHash<T>; variable
310 using map_type = std::unordered_map<key_type, iterator, hash_t>;