Searched refs:SectionFilterIterator (Results 1 – 1 of 1) sorted by relevance
407 class SectionFilterIterator {409 SectionFilterIterator(SectionFilterPredicate Pred, in SectionFilterIterator() function416 SectionFilterIterator &operator++() {421 bool operator!=(const SectionFilterIterator &Other) const {442 SectionFilterIterator begin() { in begin()443 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()446 SectionFilterIterator end() { in end()447 return SectionFilterIterator(Predicate, Object.section_end(), in end()