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

/bionic/linker/
H A Dlinker_reloc_iterators.h39 bool has_next() { function in class:plain_reloc_iterator
73 bool has_next() const { function in class:packed_reloc_iterator
81 // but in case it is let's make sure has_next() returns false.
H A Dlinker_mips.cpp56 for (size_t idx = 0; rel_iterator.has_next(); ++idx) {
H A Dlinker.cpp2719 for (size_t idx = 0; rel_iterator.has_next(); ++idx) {

Completed in 4761 milliseconds