Lines Matching defs:nOffset
539 storeError loadAt (PageHolder & rPage, sal_uInt32 nOffset) in loadAt()
545 storeError saveAt (PageHolder const & rPage, sal_uInt32 nOffset) in saveAt()
553 storeError save (PageHolder & rxPage, sal_uInt32 nOffset) in save()
561 storeError lookupAt (PageHolder & rPage, sal_uInt32 nOffset) in lookupAt()
567 storeError replaceAt (PageHolder const & rPage, sal_uInt32 nOffset) in replaceAt()
642 storeError loadAt (sal_uInt32 nOffset, TestBIOS & rBIOS) in loadAt()
659 storeError saveAt (sal_uInt32 nOffset, TestBIOS & rBIOS) in saveAt()
682 storeError saveAt (sal_uInt32 nOffset, TestBIOS & rBIOS) in saveAt()
809 storeError readPageAt (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt()
813 storeError writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt()
833 storeError peekAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt()
851 storeError pokeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in pokeAt()
1063 storeError FilePageAccess::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
1072 storeError FilePageAccess::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
1076 storeError FilePageAccess::peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt_Impl()
1086 storeError FilePageAccess::pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in pokeAt_Impl()
1236 storeError MemoryPageAccess::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl()
1243 storeError MemoryPageAccess::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()
1260 storeError MemoryPageAccess::peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt_Impl()
1284 storeError MemoryPageAccess::pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nByt… in pokeAt_Impl()