Home
last modified time | relevance | path

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

/external/v8/src/zone/
Dzone-chunk-list.h17 class ZoneChunkListIterator; variable
97 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() function
175 class ForwardZoneChunkListIterator : public ZoneChunkListIterator<T> {
176 using ZoneChunkListIterator<T>::current_;
177 using ZoneChunkListIterator<T>::position_;
178 using ZoneChunkListIterator<T>::MoveNext;
[all …]