Home | History | Annotate | Download | only in wtf

Lines Matching refs:uninitializedCopy

167         static void uninitializedCopy(const U* src, const U* srcEnd, T* dst)
180 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst)
185 static void uninitializedCopy(const U* src, const U* srcEnd, T* dst)
187 VectorCopier<false, T>::uninitializedCopy(src, srcEnd, dst);
270 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst)
272 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(src, srcEnd, dst);
740 TypeOperations::uninitializedCopy(other.begin(), other.end(), begin());
749 TypeOperations::uninitializedCopy(other.begin(), other.end(), begin());
773 TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
805 TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
1022 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(data, &data[dataSize], dest);
1081 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(data, &data[dataSize], spot);