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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h47 NonConstTraits<HashEntryTy> > chain_iterator; typedef in class:mcld::HashTable
107 chain_iterator begin(const key_type& pKey);
108 chain_iterator end(const key_type& pKey);
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp285 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key*37);
320 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key);

Completed in 239 milliseconds