Lines Matching refs:tmp
114 T tmp = lhs; lhs = rhs; rhs = tmp; in swap() local
176 SharedCount tmp(rhs); in operator =() local
177 swap(tmp); in operator =()
416 OStorePageLink tmp (rPred); in link() local
418 *this = tmp; in link()
545 PageData tmp (rhs); in operator =() local
546 swap (tmp); in operator =()
631 PageHolder tmp (rhs); in operator =() local
632 swap(tmp); in operator =()
699 PageHolder tmp (rxAllocator->construct<T>(), rxAllocator); in construct() local
700 m_xPage.swap (tmp); in construct()
707 PageHolderObject<T> tmp; in createInstance() local
708 (void) tmp.construct (rxAllocator); in createInstance()
709 return tmp; in createInstance()
727 PageHolderObject<T> tmp (rhs); in operator =() local
728 this->swap (tmp); in operator =()
900 PageHolder tmp (rxAllocator->construct<U>(), rxAllocator); in construct() local
901 if (!tmp.get()) in construct()
904 m_xPage.swap (tmp); in construct()