Searched refs:entry_end (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp102 SearchTableType::const_iterator entry, entry_end = search_table.end(); local
104 for (entry = search_table.begin(); entry != entry_end; ++entry) {
H A DGarbageCollection.cpp292 SectionVecTy::iterator entry_it, entry_end = pEntry.end(); local
293 for (entry_it = pEntry.begin(); entry_it != entry_end; ++entry_it) {
/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp579 const ResTable_lib_entry* const entry_end = entry_begin + dtohl(lib->count); local
580 for (auto entry_iter = entry_begin; entry_iter != entry_end; ++entry_iter) {

Completed in 191 milliseconds