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()75 return ArchMapIterator<T>(*this, Arch(size_t(Arch::x86_64) + 1)); in end()83 class ArchMapIterator {88 ArchMapIterator() = delete;90 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator() function93 bool operator==(const ArchMapIterator<T>& rhs) const {97 bool operator!=(const ArchMapIterator<T>& rhs) const {[all …]