Home
last modified time | relevance | path

Searched refs:HashTableImpl (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dhash_table_bench.cc42 class HashTableImpl { class
44 virtual ~HashTableImpl() {} in ~HashTableImpl()
58 explicit HashTableBenchmark(HashTableImpl<size_t, std::string>* impl, in HashTableBenchmark()
175 HashTableImpl<size_t, std::string>* impl_; // Implementation to test
190 class SimpleImpl : public HashTableImpl<size_t, string> {
226 class GranularLockImpl : public HashTableImpl<size_t, string> {