Searched defs:Hash (Results 1 – 9 of 9) 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
98 TEST_F(HalfTest, Hash) { in TEST_F() argument
180 struct Hash { struct181 size_t operator()(const Key& key) const { return static_cast<size_t>(key.mKey); } in operator()
189 struct Hash { struct190 size_t operator()(const Key& key) const { return static_cast<size_t>(key.mKey); } in operator()
36 bool Hash(const std::string& data, std::string* hash) { in Hash() function
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