Searched defs:wp (Results 1 – 4 of 4) sorted by relevance
406 inline wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp() function416 wp(std::nullptr_t) : wp() {} in wp() function511 template<typename Y> friend class wp; variable554 wp<T>::wp(T* other) in wp() function562 wp<T>::wp(U* other) : m_ptr(other) { in wp() function587 wp<T>::wp(const wp<T>& other) in wp() function594 wp<T>::wp(const sp<T>& other) in wp() function601 wp<T>::wp(const wp<U>& other) in wp() function613 wp<T>::wp(const sp<U>& other) in wp() function
26 template<typename T> class wp; variable121 template<typename Y> friend class wp; variable
238 let wp = wd::watch_millis("In connect_keymint: calling getHardwareInfo()", 500); in connect_keymint() localVariable
310 let wp = in test_watchdog() localVariable