Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_metadata.h105 struct Hash { struct
117 typedef HashTable<BlockInfo*, Hash, Equal> BlockIndexType; argument
Dhash_table_test.cc40 struct Hash { struct
41 uint64_t operator()(const Node& node) { in operator ()()
72 struct Hash { struct
73 uint64_t operator()(const Node* node) { in operator ()()
Dhash_table_bench.cc257 struct Hash { struct in ROCKSDB_NAMESPACE::GranularLockImpl
258 uint64_t operator()(const Node& node) { in operator ()()
/rocksdb-6.9/util/
Dhash.cc18 uint32_t Hash(const char* data, size_t n, uint32_t seed) { in Hash() function
/rocksdb-6.9/table/block_based/
Dblock_prefix_index.cc19 inline uint32_t Hash(const Slice& s) { in Hash() function