Searched refs:SmallSetIterator (Results 1 – 1 of 1) sorted by relevance
35 class SmallSetIterator36 : public iterator_facade_base<SmallSetIterator<T, N, C>,41 using SelfTy = SmallSetIterator<T, N, C>;59 ~SmallSetIterator() { in ~SmallSetIterator()66 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator() function75 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function84 SmallSetIterator& operator=(const SmallSetIterator& Other) {98 SmallSetIterator& operator=(SmallSetIterator&& Other) {112 bool operator==(const SmallSetIterator &RHS) const {120 SmallSetIterator &operator++() { // Preincrement[all …]