Home
last modified time | relevance | path

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

/aoo4110/main/o3tl/qa/
H A Dtest-cow_wrapper.cxx67 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()
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()
/aoo4110/main/slideshow/test/
H A Dslidetest.cxx314 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()
/aoo4110/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()
/aoo4110/main/svl/source/items/
H A Dstylepool.cxx108 if ( (*aIter).use_count() > 1 ) in getUsedOrLastAddedItemSet()
131 if ( (*aIter).use_count() > 1 ) in hasItemSet()
/aoo4110/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
/aoo4110/main/sd/source/ui/tools/
H A DSdGlobalResourceContainer.cxx186 OSL_TRACE(" %p %d", pResource, iSharedResource->use_count()); in ~SdGlobalResourceContainer()
/aoo4110/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx248 OSL_ASSERT(mpContentWindow.use_count()==2); in ~SlideSorter()
/aoo4110/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()
/aoo4110/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 51 milliseconds