Searched refs:ZoneChunkListIterator (Results 1 – 1 of 1) sorted by relevance
17 class ZoneChunkListIterator; variable97 friend class ZoneChunkListIterator<T>;138 class ZoneChunkListIterator {141 bool operator==(const ZoneChunkListIterator& other) {144 bool operator!=(const ZoneChunkListIterator& other) {149 ZoneChunkListIterator(typename ZoneChunkList<T>::Chunk* current, in ZoneChunkListIterator() function175 class ForwardZoneChunkListIterator : public ZoneChunkListIterator<T> {176 using ZoneChunkListIterator<T>::current_;177 using ZoneChunkListIterator<T>::position_;178 using ZoneChunkListIterator<T>::MoveNext;[all …]