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

/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp248 HashTableTy::iterator iter, iEnd = hashTable->end(); local
250 for (iter = hashTable->begin(); iter != iEnd; ++iter) {
272 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key * 37); local
273 for (iter = hashTable->begin(key * 37); iter != iEnd; ++iter) {
304 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key); local
305 for (iter = hashTable->begin(key); iter != iEnd; ++iter) {
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp27 FreeInfoSet::iterator info, iEnd = m_FreeInfoSet.end(); local
28 for (info = m_FreeInfoSet.begin(); info != iEnd; ++info) {

Completed in 57 milliseconds