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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h648 class PersistentHeapCollectionBase class in namespace:blink
650 , public PersistentBase<ThreadLocalPersistents<Affinity>, PersistentHeapCollectionBase<Collection, Affinity> > {
654 WTF_USE_ALLOCATOR(PersistentHeapCollectionBase, WTF::DefaultAllocator);
656 PersistentHeapCollectionBase() { } function in class:blink::PersistentHeapCollectionBase
659 PersistentHeapCollectionBase(const OtherCollection& other) : Collection(other) { } function in class:blink::PersistentHeapCollectionBase
664 visitor->setHostInfo(this, "PersistentHeapCollectionBase");
676 class PersistentHeapHashMap : public PersistentHeapCollectionBase<HeapHashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> > { };
682 class PersistentHeapHashSet : public PersistentHeapCollectionBase<HeapHashSet<ValueArg, HashArg, TraitsArg> > { };
688 class PersistentHeapLinkedHashSet : public PersistentHeapCollectionBase<HeapLinkedHashSet<ValueArg, HashArg, TraitsArg> > { };
694 class PersistentHeapListHashSet : public PersistentHeapCollectionBase<HeapListHashSe
[all...]

Completed in 204 milliseconds