Searched refs:VectorBackingHelper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h66 struct VectorBackingHelper { struct in class:WTF::DefaultAllocator
H A DVector.h292 typedef typename Allocator::template VectorBackingHelper<T, VectorTraits<T> >::Type VectorBacking;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1623 // The WTF classes use Allocator::VectorBackingHelper in order to find a
1625 // allocations the VectorBackingHelper is a dummy class, since the class is
1631 struct VectorBackingHelper {
1635 // Like the VectorBackingHelper, but this type is used for HashSet and

Completed in 86 milliseconds