Searched defs:CacheKey (Results 1 – 1 of 1) sorted by relevance
232 struct CacheKey { struct233 Slice key;234 uint32_t hash_value;238 CacheKey(const Slice& k, uint32_t h) { in CacheKey() argument243 static bool equal(const CacheKey& a, const CacheKey& b) { in equal()247 static size_t hash(const CacheKey& a) { in hash()