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

  /external/webkit/JavaScriptCore/wtf/
VectorTraits.h 42 static const bool canInitializeWithMemset = false;
54 static const bool canInitializeWithMemset = false;
68 static const bool canInitializeWithMemset = true;
94 static const bool canInitializeWithMemset = FirstTraits::canInitializeWithMemset && SecondTraits::canInitializeWithMemset;
Vector.h 93 template <bool needsInitialization, bool canInitializeWithMemset, typename T>
249 VectorInitializer<VectorTraits<T>::needsInitialization, VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
  /external/webkit/JavaScriptCore/bytecompiler/
RegisterID.h 116 static const bool canInitializeWithMemset = true; // Default initialization just sets everything to 0 or false, so this is safe.

Completed in 730 milliseconds