Lines Matching refs:Iter
59 class Iter;
61 Iter begin() const;
63 Iter end() const;
69 class GrTraceMarkerSet::Iter {
71 Iter() {};
72 Iter& operator=(const Iter& i) {
77 bool operator==(const Iter& i) const {
80 bool operator!=(const Iter& i) const { return !(*this == i); }
82 Iter& operator++() {
90 Iter(const GrTraceMarkerSet* markers, int index)