Searched defs:uninitializedCopy (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h144 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorCopier
157 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorCopier
238 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorTypeOperations
240 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(src, srcEnd, dst);
619 TypeOperations::uninitializedCopy(other.begin(), other.end(), begin());
628 TypeOperations::uninitializedCopy(other.begin(), other.end(), begin());
652 TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
684 TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());

Completed in 85 milliseconds