Searched defs:Hash (Results 1 – 5 of 5) sorted by relevance
105 struct Hash { struct117 typedef HashTable<BlockInfo*, Hash, Equal> BlockIndexType; argument
40 struct Hash { struct41 uint64_t operator()(const Node& node) { in operator ()()72 struct Hash { struct73 uint64_t operator()(const Node* node) { in operator ()()
257 struct Hash { struct in ROCKSDB_NAMESPACE::GranularLockImpl258 uint64_t operator()(const Node& node) { in operator ()()
18 uint32_t Hash(const char* data, size_t n, uint32_t seed) { in Hash() function
19 inline uint32_t Hash(const Slice& s) { in Hash() function