Searched refs:readAt_Impl (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/store/source/ |
H A D | lockbyte.cxx | 106 return readAt_Impl (nOffset, dst_lo, (dst_hi - dst_lo)); in readAt() 306 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes); 403 return readAt_Impl (nOffset, pagedata, pagedata->size()); in readPageAt_Impl() 413 storeError FileLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl() function in FileLockBytes 545 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes); 637 storeError MappedLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl() function in MappedLockBytes 697 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes); 772 return readAt_Impl (nOffset, pagedata, pagedata->size()); in readPageAt_Impl() 782 storeError MemoryLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl() function in MemoryLockBytes
|
H A D | lockbyte.hxx | 134 virtual storeError readAt_Impl (
|
Completed in 19 milliseconds