Lines Matching refs:store
33 namespace store namespace
62 m_nAttrib (store::htonl(nAttrib)) in OStoreBTreeEntry()
106 struct OStoreBTreeNodeData : public store::OStorePageData
133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
159 base::m_aDescr.m_nUsed = store::htons(sal::static_int_cast< sal_uInt16 >(nBytes)); in usageCount()
173 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
183 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
193 return store::ntohl(self::m_aGuard.m_nMagic); in depth()
197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth()
240 class OStoreBTreeNodeObject : public store::OStorePageObject
282 class OStoreBTreeRootObject : public store::OStoreBTreeNodeObject