Home
last modified time | relevance | path

Searched defs:HeapVector (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.h1769 HeapVector() { } in HeapVector() function
1771 explicit HeapVector(size_t size) : Vector<T, inlineCapacity, HeapAllocator>(size) in HeapVector() function
1775 HeapVector(size_t size, const T& val) : Vector<T, inlineCapacity, HeapAllocator>(size, val) in HeapVector() function
1780 HeapVector(const HeapVector<T, otherCapacity>& other) in HeapVector() function