Searched refs:ELFEntityIterator (Results 1 – 1 of 1) sorted by relevance
59 class ELFEntityIterator {68 ELFEntityIterator() : EntitySize(0), Current(0) {} in ELFEntityIterator() function69 ELFEntityIterator(uintX_t EntSize, const char *Start) in ELFEntityIterator() function82 bool operator ==(const ELFEntityIterator &Other) {86 bool operator !=(const ELFEntityIterator &Other) {90 ELFEntityIterator &operator ++() {96 ELFEntityIterator operator ++(int) {97 ELFEntityIterator Tmp = *this;102 ELFEntityIterator &operator =(const ELFEntityIterator &Other) {108 difference_type operator -(const ELFEntityIterator &Other) const {[all …]