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

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 45 static const bool canFillWithMemset = false;
57 static const bool canFillWithMemset = sizeof(T) == sizeof(char);
90 static const bool canFillWithMemset = false;
Vector.h 185 template <bool canFillWithMemset, typename T>
264 VectorFiller<VectorTraits<T>::canFillWithMemset, T>::uninitializedFill(dst, dstEnd, val);
    [all...]

Completed in 167 milliseconds