Searched refs:PartIterator (Results 1 – 2 of 2) sorted by relevance
486 friend class PartIterator; variable492 class PartIterator {503 PartIterator(const DXContainer &C, in PartIterator() function525 PartIterator &operator++() {533 PartIterator operator++(int) {534 PartIterator Tmp = *this;539 bool operator==(const PartIterator &RHS) const {543 bool operator!=(const PartIterator &RHS) const {551 PartIterator begin() const { in begin()552 return PartIterator(*this, PartOffsets.begin()); in begin()[all …]
233 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()