Searched refs:PartIterator (Results 1 – 2 of 2) sorted by relevance
42 friend class PartIterator; variable48 class PartIterator {59 PartIterator(const DXContainer &C, in PartIterator() function81 PartIterator &operator++() {89 PartIterator operator++(int) {90 PartIterator Tmp = *this;95 bool operator==(const PartIterator &RHS) const {99 bool operator!=(const PartIterator &RHS) const {107 PartIterator begin() const { in begin()108 return PartIterator(*this, PartOffsets.begin()); in begin()[all …]
102 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()