Searched defs:wp (Results 1 – 2 of 2) sorted by relevance
221 inline wp() : m_ptr(0) { } in wp() function299 template<typename Y> friend class wp; variable314 wp<T>::wp(T* other) in wp() function321 wp<T>::wp(const wp<T>& other) in wp() function328 wp<T>::wp(const sp<T>& other) in wp() function337 wp<T>::wp(U* other) in wp() function344 wp<T>::wp(const wp<U>& other) in wp() function354 wp<T>::wp(const sp<U>& other) in wp() function
29 template<typename T> class wp; variable102 template<typename Y> friend class wp; variable