Home
last modified time | relevance | path

Searched defs:wp (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DRefBase.h221 inline wp() : m_ptr(0) { } in wp() function
299 template<typename Y> friend class wp; variable
314 wp<T>::wp(T* other) in wp() function
321 wp<T>::wp(const wp<T>& other) in wp() function
328 wp<T>::wp(const sp<T>& other) in wp() function
337 wp<T>::wp(U* other) in wp() function
344 wp<T>::wp(const wp<U>& other) in wp() function
354 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h29 template<typename T> class wp; variable
102 template<typename Y> friend class wp; variable