Searched refs:ArchMapIterator (Results 1 – 1 of 1) sorted by relevance
39 class ArchMapIterator; variable70 ArchMapIterator<T> begin() const { in begin()71 return ArchMapIterator<T>(*this, Arch::arm); in begin()74 ArchMapIterator<T> end() const { in end()83 class ArchMapIterator {88 ArchMapIterator() = delete;93 bool operator==(const ArchMapIterator<T>& rhs) const {97 bool operator!=(const ArchMapIterator<T>& rhs) const {101 ArchMapIterator& operator++() {106 ArchMapIterator operator++(int) {[all …]