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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 42 static const bool canFillWithMemset = IsPod<T>::value && (sizeof(T) == sizeof(char));
84 static const bool canFillWithMemset = false;
Vector.h 191 template <bool canFillWithMemset, typename T>
277 VectorFiller<VectorTraits<T>::canFillWithMemset, T>::uninitializedFill(dst, dstEnd, val);
    [all...]

Completed in 53 milliseconds