Searched refs:use_count (Results 1 – 12 of 12) sorted by relevance
53 ASSERT_TRUE(rTestObj1.use_count() == 3 ) << "rTestObj1.use_count() == 3"; in test()54 ASSERT_TRUE(rTestObj2.use_count() == 3 ) << "rTestObj2.use_count() == 3"; in test()55 ASSERT_TRUE(rTestObj3.use_count() == 3 ) << "rTestObj3.use_count() == 3"; in test()60 ASSERT_TRUE(rTestObj1.use_count() == 2 ) << "rTestObj1.use_count() == 2"; in test()61 ASSERT_TRUE(rTestObj2.use_count() == 1 ) << "rTestObj2.use_count() == 1"; in test()63 ASSERT_TRUE(rTestObj3.use_count() == 2 ) << "rTestObj3.use_count() == 2"; in test()68 ASSERT_TRUE(rTestObj1.use_count() == 2 ) << "rTestObj1.use_count() == 2"; in test()69 ASSERT_TRUE(rTestObj2.use_count() == 2 ) << "rTestObj2.use_count() == 2"; in test()70 ASSERT_TRUE(rTestObj3.use_count() == 1 ) << "rTestObj3.use_count() == 1"; in test()
50 oslInterlockedCount use_count() const { return maImpl.use_count(); } in use_count() function in o3tltests::cow_wrapper_client182 oslInterlockedCount use_count() const;111 oslInterlockedCount use_count() const;
87 oslInterlockedCount cow_wrapper_client2::use_count() const in use_count() function in o3tltests::cow_wrapper_client289 return maImpl.use_count(); in use_count()154 oslInterlockedCount cow_wrapper_client3::use_count() const in use_count() function in o3tltests::cow_wrapper_client3156 return maImpl.use_count(); in use_count()
272 ASSERT_TRUE( mpTestShape.use_count() == 1 ) << "Shape 1 must have refcount of 1"; in TEST_F()273 ASSERT_TRUE( pShape2.use_count() == 1 ) << "Shape 2 must have refcount of 1"; in TEST_F()274 ASSERT_TRUE( pShape3.use_count() == 1 ) << "Shape 3 must have refcount of 1"; in TEST_F()275 ASSERT_TRUE( pShape4.use_count() == 1 ) << "Shape 4 must have refcount of 1"; in TEST_F()291 ASSERT_TRUE( mpTestShape.use_count() == 1 ) << "Shape 1 must have refcount of 1"; in TEST_F()292 ASSERT_TRUE( pShape2.use_count() == 1 ) << "Shape 2 must have refcount of 1"; in TEST_F()293 ASSERT_TRUE( pShape3.use_count() == 1 ) << "Shape 3 must have refcount of 1"; in TEST_F()294 ASSERT_TRUE( pShape4.use_count() == 1 ) << "Shape 4 must have refcount of 1"; in TEST_F()298 ASSERT_TRUE( mpTestView.use_count() == 1 ) << "View must have refcount of 1"; in TEST_F()
130 …BOOST_ASSERT(static_cast<boost::detail::sp_counted_base const *>(i->first)->use_count() != 0); // … in find_unreachable_objects_impl()146 if(p->use_count() != i->second) open.push_back(p); in find_unreachable_objects_impl()
108 if ( (*aIter).use_count() > 1 ) in getUsedOrLastAddedItemSet()131 if ( (*aIter).use_count() > 1 ) in hasItemSet()
263 typename MTPolicy::ref_count_t use_count() const // nothrow in use_count() function in o3tl::cow_wrapper
186 OSL_TRACE(" %p %d", pResource, iSharedResource->use_count()); in ~SdGlobalResourceContainer()
247 OSL_ASSERT(mpContentWindow.use_count()==2); in ~SlideSorter()
406 …st: trying to delete page descriptor that is still used with count %d", iDescriptor->use_count()); in ClearDescriptorList()
1095 if(mpTexture.use_count() == 1) in createSurface()
2107 if(mpTexture.use_count() == 1) in createSurface()
Completed in 72 milliseconds