Lines Matching defs:OStoreDataPageData
43 struct OStoreDataPageData : public store::OStorePageData struct
45 typedef OStorePageData base;
46 typedef OStoreDataPageData self;
48 typedef OStorePageDescriptor D;
52 sal_uInt8 m_pData[1];
56 static const sal_uInt32 theTypeId = STORE_MAGIC_DATAPAGE;
60 static const size_t theSize = 0;
61 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
66 static sal_uInt16 capacity (const D& rDescr) // @see inode::ChunkDescriptor in capacity()
70 sal_uInt16 capacity() const in capacity()
77 sal_uInt16 usage() const in usage()
84 explicit OStoreDataPageData (sal_uInt16 nPageSize = self::thePageSize) in OStoreDataPageData() function
94 void guard() {} in guard()
98 storeError verify() const { return store_E_None; } in verify()