Searched refs:getStrongCount (Results 1 – 3 of 3) 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()
78 int32_t getStrongCount() const;188 inline int32_t getStrongCount() const { in getStrongCount() function
458 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase