Searched refs:weak_count (Results 1 – 5 of 5) sorted by relevance
105 class weak_count;117 friend class weak_count;452 explicit shared_count(weak_count const & r); // throws bad_weak_ptr when r.use_count() == 0453 …shared_count( weak_count const & r, sp_nothrow_tag ); // constructs an empty *this when r.use_coun…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_count569 ~weak_count() // nothrow in ~weak_count()[all …]
206 __u32 weak_count; member
262 __u32 weak_count; member
5214 if (info->strong_count || info->weak_count || info->reserved1 || in binder_ioctl_get_node_info_for_ref()5236 info->weak_count = node->local_weak_refs; in binder_ioctl_get_node_info_for_ref()