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

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

Completed in 43 milliseconds