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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 40 static const bool canMoveWithMemcpy = IsPod<T>::value;
61 static const bool canMoveWithMemcpy = true;
82 static const bool canMoveWithMemcpy = FirstTraits::canMoveWithMemcpy && SecondTraits::canMoveWithMemcpy;
107 static const bool canMoveWithMemcpy = true; \
Vector.h 108 template <bool canMoveWithMemcpy, typename T>
257 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
262 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::moveOverlapping(src, srcEnd, dst);
267 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::swap(src, srcEnd, dst);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 183 static const bool canMoveWithMemcpy = true;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]

Completed in 368 milliseconds