Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h357 inline wp() : m_ptr(0) { } in wp() function
435 template<typename Y> friend class wp; variable
450 wp<T>::wp(T* other) in wp() function
457 wp<T>::wp(const wp<T>& other) in wp() function
464 wp<T>::wp(const sp<T>& other) in wp() function
473 wp<T>::wp(U* other) in wp() function
480 wp<T>::wp(const wp<U>& other) in wp() function
490 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h23 template<typename T> class wp; variable
101 template<typename Y> friend class wp; variable