Searched refs:_cq (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dcircular_queue.hh154 CircularQueue* _cq; member in struct:CircularQueue::iterator
160 : _cq(cq), _idx(idx), _round(round) {}
177 iterator() : _cq(nullptr), _idx(0), _round(0) { }
180 : _cq(it._cq), _idx(it._idx), _round(it._round) {}
185 _cq = it._cq;
191 ~iterator() { _cq = nullptr; _idx = 0; _round = 0; }
209 return _cq != nullptr && _cq
[all...]

Completed in 5 milliseconds