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.h50 NonConstTraits<HashEntryTy> > chain_iterator; typedef
110 chain_iterator begin(const key_type& pKey);
111 chain_iterator end(const key_type& pKey);
DHashTable.tcc232 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::chain_iterator
236 return chain_iterator(this, pKey, 0x0); in begin()
242 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::chain_iterator
246 return chain_iterator(); in end()
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp285 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key*37); in TEST_F()
320 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key); in TEST_F()