Searched defs:OStorePageKey (Results 1 – 1 of 1) sorted by relevance
308 struct OStorePageKey struct312 sal_uInt32 m_nLow;313 sal_uInt32 m_nHigh;317 explicit OStorePageKey (sal_uInt32 nLow = 0, sal_uInt32 nHigh = 0) in OStorePageKey() function322 void swap (OStorePageKey & rhs) in swap()328 OStorePageKey (const OStorePageKey & rhs) in OStorePageKey() argument332 OStorePageKey & operator= (const OStorePageKey & rhs) in operator =()341 bool operator== (const OStorePageKey & rhs) const in operator ==()347 bool operator< (const OStorePageKey & rhs) const in operator <()
Completed in 22 milliseconds