Home
last modified time | relevance | path

Searched refs:unsafe_get (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libutils/
H A DRefBase_test.cpp250 EXPECT_EQ(weakFoo.unsafe_get(), wp<Foo>::fromExisting(foo.get()).unsafe_get()); in TEST()
/aosp14/system/core/libutils/include/utils/
H A DRefBase.h457 inline T* unsafe_get() const { return m_ptr; } in unsafe_get() function