Home
last modified time | relevance | path

Searched refs:m_xAllocator (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/store/source/
H A Dlockbyte.cxx295 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::FileLockBytes
338 : m_hFile (rFile.m_handle), m_nSize (SAL_MAX_UINT32), m_xAllocator() in FileLockBytes()
385 m_xAllocator = rxAllocator; in initialize_Impl()
391 if (m_xAllocator.is()) in readPageAt_Impl()
393 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
397 if (!m_xAllocator.is()) in readPageAt_Impl()
688 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::MemoryLockBytes
729 : m_pData (0), m_nSize (0), m_xAllocator() in MemoryLockBytes()
753 m_xAllocator = rxAllocator; in initialize_Impl()
760 if (m_xAllocator.is()) in readPageAt_Impl()
[all …]
H A Dstorbios.hxx71 return m_xAllocator; in allocator()
184 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::OStorePageBIOS
H A Dstorbios.cxx662 eErrCode = m_xLockBytes->initialize (m_xAllocator, rnPageSize); in initialize_Impl()
698 m_xAllocator.clear(); in cleanup_Impl()