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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 43 static const bool canCompareWithMemcmp = IsPod<T>::value;
62 static const bool canCompareWithMemcmp = true;
85 static const bool canCompareWithMemcmp = FirstTraits::canCompareWithMemcmp && SecondTraits::canCompareWithMemcmp;
Vector.h 219 template<bool canCompareWithMemcmp, typename T>
282 return VectorComparer<VectorTraits<T>::canCompareWithMemcmp, T>::compare(a, b, size);
    [all...]

Completed in 493 milliseconds