Searched refs:allocator_type (Results 1 – 3 of 3) sorted by relevance
594 typedef rtl::Reference< PageData::Allocator > allocator_type; typedef in store::PageHolder595 allocator_type m_allocator;598 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder()
293 typedef rtl::Reference< PageData::Allocator > allocator_type; typedef in PageHolder294 allocator_type m_allocator;297 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder()329 swap<PageHolder::allocator_type>(lhs.m_allocator, rhs.m_allocator); in swap()
87 typedef Alloc allocator_type;705 class Alloc = typename ImageType::allocator_type::template rebind<ImageType>::other >
Completed in 57 milliseconds