Searched defs:HashTable (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h1 //===- HashTable.h ---------------------------------------------------------===//
22 /** \class HashTable
23 * \brief HashTable is a hash table which follows boost::unordered_map, but it
26 * mcld::HashTable is a linear probing hash table. It does not allocate
33 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy>, class in namespace:mcld
61 explicit HashTable(size_type pSize=3);
62 ~HashTable();
117 #include "HashTable.tcc"

Completed in 20 milliseconds