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

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

Completed in 56 milliseconds