Searched defs:weak_count (Results 1 – 9 of 9) sorted by relevance
533 class weak_count class547 BOOST_CONSTEXPR weak_count() BOOST_SP_NOEXCEPT: pi_(0) in weak_count() function in boost::detail::weak_count554 weak_count(shared_count const & r) BOOST_SP_NOEXCEPT: pi_(r.pi_) in weak_count() function in boost::detail::weak_count562 weak_count(weak_count const & r) BOOST_SP_NOEXCEPT: pi_(r.pi_) in weak_count() function in boost::detail::weak_count574 weak_count(weak_count && r) BOOST_SP_NOEXCEPT: pi_(r.pi_) in weak_count() function in boost::detail::weak_count
442 class weak_count class456 weak_count(): pi_(0) // nothrow in weak_count() function in boost_132::detail::weak_count463 weak_count(shared_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost_132::detail::weak_count471 weak_count(weak_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost_132::detail::weak_count
675 pub fn weak_count(&self) -> usize { in weak_count() method710 pub fn weak_count(&self) -> usize { in weak_count() method
145 pub(super) fn weak_count(&self) -> usize { in weak_count() method524 pub(super) fn weak_count(&self) -> usize { in weak_count() method
1586 pub fn weak_count(&self) -> usize { in weak_count() method1637 pub fn weak_count(&self) -> usize { in weak_count() method
154 pub fn weak_count(&self) -> Option<usize> { in weak_count() function
262 __u32 weak_count; member
112017 __u32 weak_count; member