Lines Matching defs:other
280 inline SharedPtr<T>::SharedPtr (const SharedPtr<T>& other) in SharedPtr()
295 inline SharedPtr<T>::SharedPtr (const SharedPtr<Y>& other) in SharedPtr()
310 inline SharedPtr<T>::SharedPtr (const WeakPtr<Y>& other) in SharedPtr()
335 inline SharedPtr<T>& SharedPtr<T>::operator= (const SharedPtr<Y>& other) in operator =()
361 inline SharedPtr<T>& SharedPtr<T>::operator= (const SharedPtr<T>& other) in operator =()
396 inline SharedPtr<T>& SharedPtr<T>::operator= (const WeakPtr<Y>& other) in operator =()
447 inline void SharedPtr<T>::swap (SharedPtr<T>& other) in swap()
549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) in WeakPtr()
561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) in WeakPtr()
583 inline WeakPtr<T>& WeakPtr<T>::operator= (const WeakPtr<T>& other) in operator =()
607 inline WeakPtr<T>& WeakPtr<T>::operator= (const SharedPtr<T>& other) in operator =()