Home
last modified time | relevance | path

Searched refs:HashSlice (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/cache/
Dsharded_cache.cc49 uint32_t hash = HashSlice(key); in Insert()
55 uint32_t hash = HashSlice(key); in Lookup()
70 uint32_t hash = HashSlice(key); in Erase()
Dsharded_cache.h94 static inline uint32_t HashSlice(const Slice& s) { in HashSlice() function