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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 39 static const bool canInitializeWithMemset = IsPod<T>::value;
60 static const bool canInitializeWithMemset = true;
81 static const bool canInitializeWithMemset = FirstTraits::canInitializeWithMemset && SecondTraits::canInitializeWithMemset;
106 static const bool canInitializeWithMemset = true; \
116 static const bool canInitializeWithMemset = true; \
Vector.h 86 template <bool canInitializeWithMemset, typename T>
252 VectorInitializer<VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
565 // finalizer can visit them safely. canInitializeWithMemset tells us
568 COMPILE_ASSERT(!Allocator::isGarbageCollected || !VectorTraits<T>::needsDestruction || VectorTraits<T>::canInitializeWithMemset, ClassHasProblemsWithFinalizersCalledOnClearedMemory);
569 COMPILE_ASSERT(!WTF::IsPolymorphic<T>::value || !VectorTraits<T>::canInitializeWithMemset, CantInitializeWithMemsetIfThereIsAVtable);
577 // finalizer can visit them safely. canInitializeWithMemset tells us
580 COMPILE_ASSERT(!Allocator::isGarbageCollected || !VectorTraits<T>::needsDestruction || VectorTraits<T>::canInitializeWithMemset, ClassHasProblemsWithFinalizersCalledOnClearedMemory);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
FrameData.h 63 static const bool canInitializeWithMemset = false; // Not all FrameData members initialize to 0.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLVertexArrayObjectOES.h 122 static const bool canInitializeWithMemset = false;
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 182 static const bool canInitializeWithMemset = true;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
Heap.h     [all...]

Completed in 125 milliseconds