Searched defs:weak_count (Results 1 – 4 of 4) sorted by relevance
518 class weak_count class532 BOOST_CONSTEXPR weak_count(): pi_(0) // nothrow in weak_count() function in boost::detail::weak_count539 weak_count(shared_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost::detail::weak_count547 weak_count(weak_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost::detail::weak_count559 weak_count(weak_count && r): pi_(r.pi_) // nothrow in weak_count() function in boost::detail::weak_count
206 __u32 weak_count; member
262 __u32 weak_count; member