Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:iterator_end_

131         iterator_end_(iterator_end) { }
132 Iterator() : vector_(nullptr), position_(0U), iterator_end_(0U) { }
134 bool IsValid() const { return position_ < iterator_end_; }
206 uint32_t iterator_end_;