Searched refs:ZoneChunkListIterator (Results 1 – 1 of 1) sorted by relevance
19 class ZoneChunkListIterator; variable38 using iterator = ZoneChunkListIterator<T, false, true>;39 using const_iterator = ZoneChunkListIterator<T, false, false>;40 using reverse_iterator = ZoneChunkListIterator<T, true, true>;41 using const_reverse_iterator = ZoneChunkListIterator<T, true, false>;106 friend class ZoneChunkListIterator;147 class ZoneChunkListIterator160 bool operator==(const ZoneChunkListIterator& other) const {163 bool operator!=(const ZoneChunkListIterator& other) const {167 ZoneChunkListIterator& operator++() {[all …]