Home
last modified time | relevance | path

Searched refs:use_count (Results 1 – 12 of 12) sorted by relevance

/trunk/main/o3tl/qa/
H A Dtest-cow_wrapper.cxx53 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()
H A Dcow_wrapper_clients.hxx50 oslInterlockedCount use_count() const { return maImpl.use_count(); } in use_count() function in o3tltests::cow_wrapper_client1
82 oslInterlockedCount use_count() const;
111 oslInterlockedCount use_count() const;
H A Dcow_wrapper_clients.cxx87 oslInterlockedCount cow_wrapper_client2::use_count() const in use_count() function in o3tltests::cow_wrapper_client2
89 return maImpl.use_count(); in use_count()
154 oslInterlockedCount cow_wrapper_client3::use_count() const in use_count() function in o3tltests::cow_wrapper_client3
156 return maImpl.use_count(); in use_count()
/trunk/main/slideshow/test/
H A Dslidetest.cxx272 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()
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx130 …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()
/trunk/main/svl/source/items/
H A Dstylepool.cxx108 if ( (*aIter).use_count() > 1 ) in getUsedOrLastAddedItemSet()
131 if ( (*aIter).use_count() > 1 ) in hasItemSet()
/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx263 typename MTPolicy::ref_count_t use_count() const // nothrow in use_count() function in o3tl::cow_wrapper
/trunk/main/sd/source/ui/tools/
H A DSdGlobalResourceContainer.cxx186 OSL_TRACE(" %p %d", pResource, iSharedResource->use_count()); in ~SdGlobalResourceContainer()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx247 OSL_ASSERT(mpContentWindow.use_count()==2); in ~SlideSorter()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx406 …st: trying to delete page descriptor that is still used with count %d", iDescriptor->use_count()); in ClearDescriptorList()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx1095 if(mpTexture.use_count() == 1) in createSurface()
H A Ddx_5rm.cxx2107 if(mpTexture.use_count() == 1) in createSurface()

Completed in 57 milliseconds