Searched refs:SectionFilterIterator (Results 1 – 1 of 1) sorted by relevance
408 class SectionFilterIterator {410 SectionFilterIterator(SectionFilterPredicate Pred, in SectionFilterIterator() function417 SectionFilterIterator &operator++() {422 bool operator!=(const SectionFilterIterator &Other) const {443 SectionFilterIterator begin() { in begin()444 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()447 SectionFilterIterator end() { in end()448 return SectionFilterIterator(Predicate, Object.section_end(), in end()