Searched refs:dst_size (Results 1 – 2 of 2) sorted by relevance
124 sal_uInt64 const dst_size = nOffset + nBytes; in writeAt() local125 if (dst_size > SAL_MAX_UINT32) in writeAt()798 sal_uInt64 const dst_size = nOffset + nBytes; in writeAt_Impl() local799 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()
844 sal_uInt64 const dst_size = nOffset + nBytes; in peekAt() local845 if (dst_size > SAL_MAX_UINT32) in peekAt()862 sal_uInt64 const dst_size = nOffset + nBytes; in pokeAt() local863 if (dst_size > SAL_MAX_UINT32) in pokeAt()
Completed in 29 milliseconds