Lines Matching refs:MemoryLockBytes
680 class MemoryLockBytes : class
707 MemoryLockBytes (MemoryLockBytes const &);
708 MemoryLockBytes& operator= (MemoryLockBytes const &);
713 MemoryLockBytes();
723 virtual ~MemoryLockBytes();
728 MemoryLockBytes::MemoryLockBytes() in MemoryLockBytes() function in MemoryLockBytes
732 MemoryLockBytes::~MemoryLockBytes() in ~MemoryLockBytes()
737 oslInterlockedCount SAL_CALL MemoryLockBytes::acquire (void) in acquire()
742 oslInterlockedCount SAL_CALL MemoryLockBytes::release (void) in release()
747 storeError MemoryLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
758 storeError MemoryLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
775 storeError MemoryLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
782 storeError MemoryLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
796 storeError MemoryLockBytes::writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nByt… in writeAt_Impl()
820 storeError MemoryLockBytes::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl()
826 storeError MemoryLockBytes::setSize_Impl (sal_uInt32 nSize) in setSize_Impl()
846 storeError MemoryLockBytes::flush_Impl() in flush_Impl()
937 rxLockBytes = new MemoryLockBytes(); in MemoryLockBytes_createInstance()