Searched refs:use_count (Results 1 – 12 of 12) sorted by relevance
67 rTestObj1.use_count() == 3 ); in test()69 rTestObj2.use_count() == 3 ); in test()71 rTestObj3.use_count() == 3 ); in test()79 rTestObj1.use_count() == 2 ); in test()81 rTestObj2.use_count() == 1 ); in test()85 rTestObj3.use_count() == 2 ); in test()93 rTestObj1.use_count() == 2 ); in test()95 rTestObj2.use_count() == 2 ); in test()97 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()
314 mpTestShape.use_count() == 1 ); in testRefCounting()316 pShape2.use_count() == 1 ); in testRefCounting()318 pShape3.use_count() == 1 ); in testRefCounting()320 pShape4.use_count() == 1 ); in testRefCounting()337 mpTestShape.use_count() == 1 ); in testRefCounting()339 pShape2.use_count() == 1 ); in testRefCounting()341 pShape3.use_count() == 1 ); in testRefCounting()343 pShape4.use_count() == 1 ); in testRefCounting()348 mpTestView.use_count() == 1 ); in testRefCounting()
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()
248 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 221 milliseconds