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

  /external/chromium_org/third_party/WebKit/Source/wtf/
SizeLimits.cpp 76 AlignedBuffer<inlineCapacity * sizeof(T), WTF_ALIGN_OF(T)> inlineBuffer;
Alignment.h 31 #define WTF_ALIGN_OF(type) __alignof__(type)
34 #define WTF_ALIGN_OF(type) __alignof(type)
ListHashSet.h 349 AlignedBuffer<sizeof(NodeBase) * m_poolSize, WTF_ALIGN_OF(NodeBase)> m_pool;
    [all...]
Vector.h 501 AlignedBuffer<m_inlineBufferSize, WTF_ALIGN_OF(T)> m_inlineBuffer;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PODArena.h 121 return WTF_ALIGN_OF(T);

Completed in 142 milliseconds