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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h167 static void uninitializedCopy(const U* src, const U* srcEnd, T* dst) function in struct:WTF::VectorCopier
180 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorCopier
185 static void uninitializedCopy(const U* src, const U* srcEnd, T* dst) function in struct:WTF::VectorCopier
187 VectorCopier<false, T>::uninitializedCopy(src, srcEnd, dst);
270 static void uninitializedCopy(const T* src, const T* srcEnd, T* dst) function in struct:WTF::VectorTypeOperations
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());
767 TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
793 TypeOperations::uninitializedCopy(othe
[all...]

Completed in 41 milliseconds