Searched refs:HashFunctionTy (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashTable.tcc | 13 typename HashFunctionTy, 15 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::HashTable( in HashTable() 17 : HashTableImpl<HashEntryTy, HashFunctionTy>(pSize), m_EntryFactory() { in HashTable() 21 typename HashFunctionTy, 23 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::~HashTable() { in ~HashTable() 37 typename HashFunctionTy, 39 void HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::clear() { in clear() 59 typename HashFunctionTy, 61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type* 62 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::insert( in insert() argument [all …]
|
D | HashBase.tcc | 52 template <typename HashEntryTy, typename HashFunctionTy> 53 HashTableImpl<HashEntryTy, HashFunctionTy>::HashTableImpl() in HashTableImpl() 61 template <typename HashEntryTy, typename HashFunctionTy> 62 HashTableImpl<HashEntryTy, HashFunctionTy>::HashTableImpl( in HashTableImpl() 76 template <typename HashEntryTy, typename HashFunctionTy> 77 HashTableImpl<HashEntryTy, HashFunctionTy>::~HashTableImpl() { in ~HashTableImpl() 82 template <typename HashEntryTy, typename HashFunctionTy> 83 bool HashTableImpl<HashEntryTy, HashFunctionTy>::empty() const { in empty() 88 template <typename HashEntryTy, typename HashFunctionTy> 89 void HashTableImpl<HashEntryTy, HashFunctionTy>::init(unsigned int pInitSize) { in init() [all …]
|
D | HashTable.h | 32 typename HashFunctionTy, 34 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy> { 36 typedef HashTableImpl<HashEntryTy, HashFunctionTy> BaseTy; 40 typedef HashFunctionTy hasher;
|
D | HashBase.h | 63 template <typename HashEntryTy, typename HashFunctionTy> 70 typedef HashFunctionTy hasher; 74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self;
|