Searched refs:HashSlice (Results 1 – 2 of 2) sorted by relevance
49 uint32_t hash = HashSlice(key); in Insert()55 uint32_t hash = HashSlice(key); in Lookup()70 uint32_t hash = HashSlice(key); in Erase()
94 static inline uint32_t HashSlice(const Slice& s) { in HashSlice() function