Searched refs:PartIterator (Results 1 – 2 of 2) sorted by relevance
293 friend class PartIterator; variable299 class PartIterator {310 PartIterator(const DXContainer &C, in PartIterator() function332 PartIterator &operator++() {340 PartIterator operator++(int) {341 PartIterator Tmp = *this;346 bool operator==(const PartIterator &RHS) const {350 bool operator!=(const PartIterator &RHS) const {358 PartIterator begin() const { in begin()359 return PartIterator(*this, PartOffsets.begin()); in begin()[all …]
220 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()