Lines Matching refs:location
331 rPage.m_pData[nSingle] = store::htonl(rData.location()); in write()
334 return rBIOS.saveObjectAt (*this, location()); in write()
367 rPage.m_pData[nDouble] = store::htonl(aSingle.location()); in write()
369 eErrCode = rBIOS.saveObjectAt (*this, location()); in write()
403 rPage.m_pData[nTriple] = store::htonl(aDouble.location()); in write()
405 eErrCode = rBIOS.saveObjectAt (*this, location()); in write()
452 eErrCode = rBIOS.saveObjectAt (*this, location()); in truncate()
506 eErrCode = rBIOS.saveObjectAt (*this, location()); in truncate()
561 eErrCode = rBIOS.saveObjectAt (*this, location()); in truncate()
847 directLink (aLink.m_nIndex0, rData.location()); in write()
863 singleLink (aLink.m_nIndex1, aSingle.location()); in write()
876 doubleLink (aLink.m_nIndex2, aDouble.location()); in write()
889 tripleLink (aLink.m_nIndex3, aTriple.location()); in write()