Searched defs:HeapVector (Results 1 – 1 of 1) sorted by relevance
1769 HeapVector() { } in HeapVector() function1771 explicit HeapVector(size_t size) : Vector<T, inlineCapacity, HeapAllocator>(size) in HeapVector() function1775 HeapVector(size_t size, const T& val) : Vector<T, inlineCapacity, HeapAllocator>(size, val) in HeapVector() function1780 HeapVector(const HeapVector<T, otherCapacity>& other) in HeapVector() function