Home
last modified time | relevance | path

Searched defs:CacheKey (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/cache/
Dclock_cache.cc232 struct CacheKey { struct
233 Slice key;
234 uint32_t hash_value;
238 CacheKey(const Slice& k, uint32_t h) { in CacheKey() argument
243 static bool equal(const CacheKey& a, const CacheKey& b) { in equal()
247 static size_t hash(const CacheKey& a) { in hash()