reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { 66 VecIter = Other.VecIter; 70 new (&SetIter) SetIterTy(Other.SetIter);