Home
last modified time | relevance | path

Searched refs:getStrongCount (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/tests/
DStrongPointer_test.cpp40 ASSERT_EQ(0, foo->getStrongCount()); in TEST()
43 ASSERT_EQ(1, foo->getStrongCount()); in TEST()
46 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TEST()
DRefBase_test.cpp51 ASSERT_EQ(INITIAL_STRONG_VALUE, foo->getStrongCount()); in TEST()
55 ASSERT_EQ(1, foo->getStrongCount()); in TEST()
60 ASSERT_EQ(1, foo->getStrongCount()) in TEST()
180 ASSERT_TRUE(bar->getStrongCount() >= 1); in TEST()
/system/core/libutils/include/utils/
DLightRefBase.h46 inline int32_t getStrongCount() const { in getStrongCount() function
DRefBase.h246 int32_t getStrongCount() const;
/system/core/libutils/
DRefBase.cpp473 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase