Home
last modified time | relevance | path

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

/system/core/include/utils/
DRefBase.h222 inline wp() : m_ptr(0) { } in wp() function
300 template<typename Y> friend class wp; variable
315 wp<T>::wp(T* other) in wp() function
322 wp<T>::wp(const wp<T>& other) in wp() function
329 wp<T>::wp(const sp<T>& other) in wp() function
338 wp<T>::wp(U* other) in wp() function
345 wp<T>::wp(const wp<U>& other) in wp() function
355 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h29 template<typename T> class wp; variable
106 template<typename Y> friend class wp; variable