Searched refs:canFillWithMemset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DVectorTraits.h44 static const bool canFillWithMemset = false; member in struct:WTF::VectorTraitsBase
55 static const bool canFillWithMemset = sizeof(T) == sizeof(char); member in struct:WTF::VectorTraitsBase
96 static const bool canFillWithMemset = false; member in struct:WTF::VectorTraits
H A DVector.h163 template <bool canFillWithMemset, typename T>
245 VectorFiller<VectorTraits<T>::canFillWithMemset, T>::uninitializedFill(dst, dstEnd, val);

Completed in 107 milliseconds