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

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc276 static inline uint32_t HashSlice(const Slice& s) { function in class:leveldb::__anon12466::ShardedLRUCache
295 const uint32_t hash = HashSlice(key);
299 const uint32_t hash = HashSlice(key);
307 const uint32_t hash = HashSlice(key);

Completed in 1102 milliseconds