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

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 44 static const bool canCopyWithMemcpy = false;
56 static const bool canCopyWithMemcpy = true;
89 static const bool canCopyWithMemcpy = FirstTraits::canCopyWithMemcpy && SecondTraits::canCopyWithMemcpy;
Vector.h 160 template <bool canCopyWithMemcpy, typename T>
259 VectorCopier<VectorTraits<T>::canCopyWithMemcpy, T>::uninitializedCopy(src, srcEnd, dst);
    [all...]

Completed in 222 milliseconds