Searched refs:getStrongCount (Results 1 – 5 of 5) sorted by relevance
40 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()
51 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()
46 inline int32_t getStrongCount() const { in getStrongCount() function
246 int32_t getStrongCount() const;
473 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase