Home | History | Annotate | Download | only in wtf

Lines Matching refs:destruct

55         static void destruct(T*, T*) {}
61 static void destruct(T* begin, T* end)
245 static void destruct(T* begin, T* end)
247 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
351 void destruct()
414 void destruct()
596 TypeOperations::destruct(begin(), end());
600 Base::destruct();
920 TypeOperations::destruct(begin() + size, end());
934 TypeOperations::destruct(begin() + size, end());
1134 TypeOperations::destruct(beginSpot, endSpot);