Searched refs:GrowableArrayFilterIterator (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp150 template<class E, class UnaryPredicate> class GrowableArrayFilterIterator;
494 template<class F, class UnaryPredicate> friend class GrowableArrayFilterIterator;
522 template<class E, class UnaryPredicate> class GrowableArrayFilterIterator : public StackObj { class in inherits:StackObj
531 GrowableArrayFilterIterator(const GrowableArrayIterator<E>& begin, UnaryPredicate filter_predicate) function in class:GrowableArrayFilterIterator
539 GrowableArrayFilterIterator<E, UnaryPredicate>& operator++() {
559 bool operator==(const GrowableArrayFilterIterator<E, UnaryPredicate>& rhs) { argument
564 bool operator!=(const GrowableArrayFilterIterator<E, UnaryPredicate>& rhs) { argument

Completed in 42 milliseconds