Searched defs:HashFunc (Results 1 – 3 of 3) sorted by relevance
19 uint64_t Hash::HashFunc(const std::string &input) in HashFunc() function in DistributedDB::Hash
58 using HashFunc = std::string (*)(const void *data, size_t size, bool isUpper); variable
98 struct HashFunc { struct99 std::size_t operator()(const CalendarMonth& key) const in operator()