Lines Matching refs:Allocator
52 storeError ILockBytes::initialize (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 … in initialize()
295 rtl::Reference< PageData::Allocator > m_xAllocator;
301 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
374 storeError FileLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal… in initialize_Impl()
380 result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
524 public store::PageData::Allocator,
540 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
609 storeError MappedLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
626 …PageHolder page (reinterpret_cast< PageData* >(src_lo), static_cast< PageData::Allocator* >(this)); in readPageAt_Impl()
688 rtl::Reference< PageData::Allocator > m_xAllocator;
692 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
747 storeError MemoryLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
749 storeError result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()