Home
last modified time | relevance | path

Searched refs:ZoneChunkListIterator (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/zone/
Dzone-chunk-list.h19 class ZoneChunkListIterator; variable
38 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 ZoneChunkListIterator
160 bool operator==(const ZoneChunkListIterator& other) const {
163 bool operator!=(const ZoneChunkListIterator& other) const {
167 ZoneChunkListIterator& operator++() {
[all …]