reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
44 SetIterTy SetIter; 51 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} 61 SetIter.~SetIterTy(); 70 new (&SetIter) SetIterTy(Other.SetIter); 79 new (&SetIter) SetIterTy(std::move(Other.SetIter)); 86 SetIter.~SetIterTy(); 92 new (&SetIter) SetIterTy(Other.SetIter); 100 SetIter.~SetIterTy(); 106 new (&SetIter) SetIterTy(std::move(Other.SetIter));