Searched refs:LinkedHashSetConstIterator (Results 1 – 1 of 1) sorted by relevance
44 template<typename LinkedHashSet> class LinkedHashSetConstIterator; variable156 typedef LinkedHashSetConstIterator<LinkedHashSet> const_iterator;157 friend class LinkedHashSetConstIterator<LinkedHashSet>; variable336 typedef LinkedHashSetConstIterator<LinkedHashSetType> const_iterator;370 class LinkedHashSetConstIterator {381 …LinkedHashSetConstIterator(const LinkedHashSetNodeBase* position, const LinkedHashSetType* contain… in LinkedHashSetConstIterator() function399 LinkedHashSetConstIterator& operator++()407 LinkedHashSetConstIterator& operator--()418 bool operator==(const LinkedHashSetConstIterator& other) const422 bool operator!=(const LinkedHashSetConstIterator& other) const[all …]