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

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

Completed in 670 milliseconds