Searched refs:HashTableImpl (Results 1 – 1 of 1) sorted by relevance
42 class HashTableImpl { class44 virtual ~HashTableImpl() {} in ~HashTableImpl()58 explicit HashTableBenchmark(HashTableImpl<size_t, std::string>* impl, in HashTableBenchmark()175 HashTableImpl<size_t, std::string>* impl_; // Implementation to test190 class SimpleImpl : public HashTableImpl<size_t, string> {226 class GranularLockImpl : public HashTableImpl<size_t, string> {