Searched refs:PartIterator (Results 1 – 2 of 2) sorted by relevance
45 friend class PartIterator; variable51 class PartIterator {62 PartIterator(const DXContainer &C, in PartIterator() function84 PartIterator &operator++() {92 PartIterator operator++(int) {93 PartIterator Tmp = *this;98 bool operator==(const PartIterator &RHS) const {102 bool operator!=(const PartIterator &RHS) const {110 PartIterator begin() const { in begin()111 return PartIterator(*this, PartOffsets.begin()); in begin()[all …]
159 void DXContainer::PartIterator::updateIteratorImpl(const uint32_t Offset) { in updateIteratorImpl()