HomeSort by relevance Sort by last modified time
    Searched refs:canCopyWithMemcpy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 41 static const bool canCopyWithMemcpy = IsPod<T>::value;
83 static const bool canCopyWithMemcpy = FirstTraits::canCopyWithMemcpy && SecondTraits::canCopyWithMemcpy;
Vector.h 160 template <bool canCopyWithMemcpy, typename T>
272 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(src, srcEnd, dst);
    [all...]

Completed in 46 milliseconds