Searched refs:HashTableImpl (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h45 /** \class HashTableImpl
46 * \brief HashTableImpl is the base class of HashTable.
48 * HashTableImpl uses open-addressing, linear probing hash table.
56 * efficiently. HashTableImpl provides a template argument to change the
63 * than static linkers. HashTableImpl also provides a template argument to
68 class HashTableImpl class in namespace:mcld
79 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self;
83 HashTableImpl();
84 explicit HashTableImpl(unsigned int pInitSize);
85 virtual ~HashTableImpl();
[all...]
H A DHashTable.h36 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy>,
40 typedef HashTableImpl<HashEntryTy, HashFunctionTy> BaseTy;

Completed in 39 milliseconds