Lines Matching defs:OStorePageDescriptor
240 struct OStorePageDescriptor struct
244 sal_uInt32 m_nAddr;
245 sal_uInt16 m_nSize;
246 sal_uInt16 m_nUsed;
250 explicit OStorePageDescriptor ( in OStorePageDescriptor() argument
259 void swap (OStorePageDescriptor & rhs) in swap()
266 OStorePageDescriptor (const OStorePageDescriptor & rhs) in OStorePageDescriptor() function
272 OStorePageDescriptor & operator= (const OStorePageDescriptor & rhs) in operator =()
282 bool operator== (const OStorePageDescriptor & rhs) const in operator ==()
288 bool operator<= (const OStorePageDescriptor & rhs) const in operator <=()
294 bool operator< (const OStorePageDescriptor & rhs) const in operator <()