Home
last modified time | relevance | path

Searched refs:chain_iterator (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.h46 chain_iterator; typedef
105 chain_iterator begin(const key_type& pKey);
106 chain_iterator end(const key_type& pKey);
DHashTable.tcc228 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::chain_iterator
233 return chain_iterator(this, pKey, 0x0); in begin()
239 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::chain_iterator
244 return chain_iterator(); in end()
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp272 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key * 37); in TEST_F()
304 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key); in TEST_F()