Searched refs:SmallPtrSetIteratorImpl (Results 1 – 1 of 1) sorted by relevance
50 friend class SmallPtrSetIteratorImpl; variable221 class SmallPtrSetIteratorImpl {227 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() function236 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {239 bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {266 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()