Searched defs:PagedVector (Results 1 – 4 of 4) sorted by relevance
61 PagedVector() : Allocator(new BumpPtrAllocator, true) {} in PagedVector() function62 explicit PagedVector(BumpPtrAllocator *A) : Allocator(A, false) { in PagedVector() function