Home
last modified time | relevance | path

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

/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx44 typedef sal_uInt32 ref_count_t; typedef
45 static void incrementCount( ref_count_t& rCount ) { ++rCount; } in incrementCount()
46 static bool decrementCount( ref_count_t& rCount ) { return --rCount != 0; } in decrementCount()
56 typedef oslInterlockedCount ref_count_t; typedef
57 … static void incrementCount( ref_count_t& rCount ) { osl_incrementInterlockedCount(&rCount); } in incrementCount()
58 static bool decrementCount( ref_count_t& rCount ) in decrementCount()
189 typename MTPolicy::ref_count_t m_ref_count;
263 typename MTPolicy::ref_count_t use_count() const // nothrow in use_count()

Completed in 15 milliseconds