Home
last modified time | relevance | path

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

/aoo42x/main/store/source/
H A Dlockbyte.cxx124 sal_uInt64 const dst_size = nOffset + nBytes; in writeAt() local
125 if (dst_size > SAL_MAX_UINT32) in writeAt()
798 sal_uInt64 const dst_size = nOffset + nBytes; in writeAt_Impl() local
799 OSL_PRECOND(dst_size < SAL_MAX_UINT32, "store::ILockBytes::writeAt() contract violation"); in writeAt_Impl()
800 if (dst_size > m_nSize) in writeAt_Impl()
802 storeError eErrCode = setSize_Impl (sal::static_int_cast<sal_uInt32>(dst_size)); in writeAt_Impl()
806 OSL_POSTCOND(dst_size <= m_nSize, "store::MemoryLockBytes::setSize_Impl() contract violation"); in writeAt_Impl()
/aoo42x/main/store/workben/
H A Dt_page.cxx844 sal_uInt64 const dst_size = nOffset + nBytes; in peekAt() local
845 if (dst_size > SAL_MAX_UINT32) in peekAt()
862 sal_uInt64 const dst_size = nOffset + nBytes; in pokeAt() local
863 if (dst_size > SAL_MAX_UINT32) in pokeAt()

Completed in 28 milliseconds