Home
last modified time | relevance | path

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

/trunk/main/store/workben/
H A Dt_page.cxx1351 class MappedPageAccess : public MemoryPageAccess class
1358 MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize);
1369 virtual ~MappedPageAccess() {} in ~MappedPageAccess()
1372 MappedPageAccess::MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize) in MappedPageAccess() function in MappedPageAccess
1373 : MemoryPageAccess (pData, nSize, MappedPageAccess::unmapFile) in MappedPageAccess()
1376 storeError MappedPageAccess::initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize) in initialize()
1381 storeError MappedPageAccess::writePageAt (PageHolder const & /*rPage*/, sal_uInt32 /*nOffset*/) in writePageAt()
1385 storeError MappedPageAccess::pokeAt_Impl (sal_uInt32 /*nOffset*/, void const * /*pBuffer*/, sal_uIn… in pokeAt_Impl()
1389 storeError MappedPageAccess::setSize_Impl (sal_uInt32 /*nSize*/) in setSize_Impl()
1393 void MappedPageAccess::unmapFile (sal_uInt8 * pData, sal_uInt32 nSize) in unmapFile()
[all …]

Completed in 14 milliseconds