Searched refs:HashSkipListRepFactory (Results 1 – 3 of 3) sorted by relevance
16 class HashSkipListRepFactory : public MemTableRepFactory {18 explicit HashSkipListRepFactory( in HashSkipListRepFactory() function26 virtual ~HashSkipListRepFactory() {} in ~HashSkipListRepFactory()
334 MemTableRep* HashSkipListRepFactory::CreateMemTableRep( in CreateMemTableRep()344 return new HashSkipListRepFactory(bucket_count, skiplist_height, in NewHashSkipListRepFactory()
1100 …Changed HashSkipListRepFactory and HashLinkListRepFactory constructor to not take SliceTransform o…