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

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dtrace_collections.h31 HeapHashCountedSet<Member<HeapObject> > m_heapCountedSet;
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h198 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1764 class HeapHashCountedSet : public HashCountedSet<Value, HashFunctions, Traits, HeapAllocator> { };
1852 inline void swap(HeapHashCountedSet<T, U, V>& a, HeapHashCountedSet<T, U, V>& b) { a.swap(b); }
1926 struct ThreadingTrait<HeapHashCountedSet<T, U, V> > : public ThreadingTrait<HashCountedSet<T, U, V, HeapAllocator> > { };
2479 struct GCInfoTrait<HeapHashCountedSet<T, U, V> > : public GCInfoTrait<HashCountedSet<T, U, V, HeapAllocator> > { };
H A DHandle.h88 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashCountedSet> HeapHashCountedSetSubclass;
697 class PersistentHeapHashCountedSet : public PersistentHeapCollectionBase<HeapHashCountedSet<T, U, V> > { };
1048 #define WillBeHeapHashCountedSet blink::HeapHashCountedSet
H A DHeapTest.cpp1984 HeapHashCountedSet<Member<IntWrapper> > set3;
2173 typedef HeapHashCountedSet<Member<IntWrapper> > MemberCountedSet;
2498 typedef HeapHashCountedSet<WeakMember<IntWrapper> > WeakCountedSet;
2801 typedef HeapHashCountedSet<PairWeakStrong> WeakStrongCountedSet;
2802 typedef HeapHashCountedSet<PairWeakUnwrapped> WeakUnwrappedCountedSet;
2803 typedef HeapHashCountedSet<PairStrongWeak> StrongWeakCountedSet;
2804 typedef HeapHashCountedSet<PairUnwrappedWeak> UnwrappedWeakCountedSet;

Completed in 1112 milliseconds