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