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

/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h205 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { }; class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h700 class PersistentHeapVector : public PersistentHeapCollectionBase<HeapVector<T, inlineCapacity> > { class in namespace:blink
702 PersistentHeapVector() { } function in class:blink::PersistentHeapVector
705 PersistentHeapVector(const HeapVector<T, otherCapacity>& other) function in class:blink::PersistentHeapVector
1045 #define WillBePersistentHeapVector blink::PersistentHeapVector
1176 #define PersistentHeapVectorWillBeHeapVector blink::PersistentHeapVector

Completed in 1105 milliseconds