Searched refs:get_hash_code (Results 1 – 2 of 2) sorted by relevance
32 template <typename Key_t> inline int get_hash_code (Key_t a);39 get_hash_code (char *a) in get_hash_code() function63 get_hash_code (uint64_t a) in get_hash_code() function87 get_hash_code (Histable* a) in get_hash_code() function111 get_hash_code (MemObj* a) in get_hash_code() function207 return get_hash_code (key) % hash_sz; in hashCode()