Searched defs:unsafe_get (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DRefBase.h120 // Use of wp::unsafe_get() for any purpose other than debugging is almost
392 inline T* unsafe_get() const { return m_ptr; } function in class:android::wp
605 return printWeakPointer(to, val.unsafe_get());
/system/core/libutils/include/utils/
H A DRefBase.h120 // Use of wp::unsafe_get() for any purpose other than debugging is almost
392 inline T* unsafe_get() const { return m_ptr; } function in class:android::wp
605 return printWeakPointer(to, val.unsafe_get());

Completed in 1723 milliseconds