Searched refs:canMoveWithMemcpy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVectorTraits.h40 static const bool canMoveWithMemcpy = IsPod<T>::value; member in struct:WTF::VectorTraitsBase
61 static const bool canMoveWithMemcpy = true; member in struct:WTF::SimpleClassVectorTraits
82 static const bool canMoveWithMemcpy = FirstTraits::canMoveWithMemcpy && SecondTraits::canMoveWithMemcpy; member in struct:WTF::VectorTraits
107 static const bool canMoveWithMemcpy = true; \
H A DVector.h108 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);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleFeature.h183 static const bool canMoveWithMemcpy = true; member in struct:WTF::VectorTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h1217 static const bool canMoveWithMemcpy = true; member in struct:WTF::VectorTraits
1223 static const bool canMoveWithMemcpy = true; member in struct:WTF::VectorTraits
1229 static const bool canMoveWithMemcpy = true; member in struct:WTF::VectorTraits
1235 static const bool canMoveWithMemcpy = true; member in struct:WTF::VectorTraits
1241 static const bool canMoveWithMemcpy = VectorTraits<T>::canMoveWithMemcpy; member in struct:WTF::VectorTraits
1247 static const bool canMoveWithMemcpy = VectorTraits<T>::canMoveWithMemcpy; member in struct:WTF::VectorTraits

Completed in 3244 milliseconds