HomeSort by relevance Sort by last modified time
    Searched refs:canCopyWithMemcpy (Results 1 - 3 of 3) 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...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLVertexArrayObjectOES.h 123 static const bool canCopyWithMemcpy = true;

Completed in 93 milliseconds