Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h366 inline wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp() function
456 template<typename Y> friend class wp; variable
485 wp<T>::wp(T* other) in wp() function
492 wp<T>::wp(const wp<T>& other) in wp() function
499 wp<T>::wp(const sp<T>& other) in wp() function
506 wp<T>::wp(U* other) in wp() function
513 wp<T>::wp(const wp<U>& other) in wp() function
525 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h26 template<typename T> class wp; variable
87 template<typename Y> friend class wp; variable