Searched defs:ListHashSetDestructorBase (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h58 class ListHashSetDestructorBase;
61 class ListHashSetDestructorBase<Derived, Allocator, true> { class in namespace:WTF
67 class ListHashSetDestructorBase<Derived, Allocator, false> { class in namespace:WTF
69 ~ListHashSetDestructorBase() { static_cast<Derived*>(this)->finalize(); }
78 : public ListHashSetDestructorBase<ListHashSet<ValueArg, inlineCapacity, HashArg, AllocatorArg>, AllocatorArg, AllocatorArg::isGarbageCollected> {

Completed in 1310 milliseconds