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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h69 struct VectorUnusedSlotClearer;
72 struct VectorUnusedSlotClearer<false, T> { struct in namespace:WTF
77 struct VectorUnusedSlotClearer<true, T> { struct in namespace:WTF
310 VectorUnusedSlotClearer<Allocator::isGarbageCollected && (VectorTraits<T>::needsDestruction || ShouldBeTraced<VectorTraits<T> >::value), T>::clear(from, to);

Completed in 86 milliseconds