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
487 wp<T>::wp(T* other) in wp() function
494 wp<T>::wp(const wp<T>& other) in wp() function
501 wp<T>::wp(const sp<T>& other) in wp() function
508 wp<T>::wp(U* other) in wp() function
515 wp<T>::wp(const wp<U>& other) in wp() function
527 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h26 template<typename T> class wp; variable
127 template<typename Y> friend class wp; variable