Searched refs:SectionFilterIterator (Results 1 – 1 of 1) sorted by relevance
406 class SectionFilterIterator {408 SectionFilterIterator(SectionFilterPredicate Pred, in SectionFilterIterator() function415 SectionFilterIterator &operator++() {420 bool operator!=(const SectionFilterIterator &Other) const {441 SectionFilterIterator begin() { in begin()442 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()445 SectionFilterIterator end() { in end()446 return SectionFilterIterator(Predicate, Object.section_end(), in end()