Lines Matching refs:MappedLockBytes

522 class MappedLockBytes :  class
555 MappedLockBytes (MappedLockBytes const &);
556 MappedLockBytes & operator= (MappedLockBytes const &);
561 explicit MappedLockBytes (FileMapping & rMapping);
571 virtual ~MappedLockBytes();
576 MappedLockBytes::MappedLockBytes (FileMapping & rMapping) in MappedLockBytes() function in MappedLockBytes
581 MappedLockBytes::~MappedLockBytes() in ~MappedLockBytes()
586 oslInterlockedCount SAL_CALL MappedLockBytes::acquire() in acquire()
591 oslInterlockedCount SAL_CALL MappedLockBytes::release() in release()
596 void MappedLockBytes::allocate_Impl (void ** ppPage, sal_uInt16 * pnSize) in allocate_Impl()
603 void MappedLockBytes::deallocate_Impl (void * pPage) in deallocate_Impl()
609 storeError MappedLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
616 storeError MappedLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
632 storeError MappedLockBytes::writePageAt_Impl (PageHolder const & /*rPage*/, sal_uInt32 /*nOffset*/) in writePageAt_Impl()
637 storeError MappedLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
651 storeError MappedLockBytes::writeAt_Impl (sal_uInt32 /*nOffset*/, void const * /*pBuffer*/, sal_uIn… in writeAt_Impl()
656 storeError MappedLockBytes::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
662 storeError MappedLockBytes::setSize_Impl (sal_uInt32 /*nSize*/) in setSize_Impl()
667 storeError MappedLockBytes::flush_Impl() in flush_Impl()
915 rxLockBytes = new MappedLockBytes (xMapping.get()); in FileLockBytes_createInstance()