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

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 46 static const bool canCompareWithMemcmp = false;
58 static const bool canCompareWithMemcmp = true;
68 static const bool canCompareWithMemcmp = true;
91 static const bool canCompareWithMemcmp = FirstTraits::canCompareWithMemcmp && SecondTraits::canCompareWithMemcmp;
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 148 static const bool canCompareWithMemcmp = false;
Strong.h 157 static const bool canCompareWithMemcmp = false;
Weak.h 148 static const bool canCompareWithMemcmp = false;

Completed in 42 milliseconds