Searched defs:Hash (Results 1 – 6 of 6) sorted by relevance
55 struct Hash : Ability<T, Hash> { struct56 [[nodiscard]] std::size_t hash() const { in hash()
119 struct Hash { struct122 hash::StringHash<hash::DJB> str_hasher; in operator() argument
57 uint32_t AAtomizer::Hash(const char *s) { in Hash() function in android::AAtomizer
180 struct Hash { struct181 size_t operator()(const Key& key) const { return static_cast<size_t>(key.mKey); } in operator()
25 bool Hash(const std::string& data, std::string* hash) { in Hash() function
479 const std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& value) { in EncodeType() argument