Home | History | Annotate | Download | only in wtf

Lines Matching refs:destruct

71         static void destruct(T*, T*) {}
77 static void destruct(T* begin, T* end)
237 static void destruct(T* begin, T* end)
239 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
845 TypeOperations::destruct(begin() + size, end());
860 TypeOperations::destruct(begin() + size, end());
1094 TypeOperations::destruct(beginSpot, endSpot);