Lines Matching defs:OStorePageLink
361 struct OStorePageLink struct
365 sal_uInt32 m_nAddr;
369 explicit OStorePageLink (sal_uInt32 nAddr = STORE_PAGE_NULL) in OStorePageLink() function
373 void swap (OStorePageLink & rhs) in swap()
378 OStorePageLink (const OStorePageLink & rhs) in OStorePageLink() argument
382 OStorePageLink & operator= (const OStorePageLink & rhs) in operator =()
388 OStorePageLink & operator= (sal_uInt32 nAddr) in operator =()
396 bool operator== (const OStorePageLink & rhs) const in operator ==()
401 bool operator< (const OStorePageLink& rhs) const in operator <()
408 sal_uInt32 location() const in location()
413 void link (OStorePageLink & rPred) in link()
421 void unlink (OStorePageLink& rPred) in unlink()