Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dshared_count.hpp105 class weak_count;
117 friend class weak_count;
452 explicit shared_count(weak_count const & r); // throws bad_weak_ptr when r.use_count() == 0
453 …shared_count( weak_count const & r, sp_nothrow_tag ); // constructs an empty *this when r.use_coun…
518 class weak_count class
532 BOOST_CONSTEXPR weak_count(): pi_(0) // nothrow in weak_count() function in boost::detail::weak_count
539 weak_count(shared_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost::detail::weak_count
547 weak_count(weak_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost::detail::weak_count
559 weak_count(weak_count && r): pi_(r.pi_) // nothrow in weak_count() function in boost::detail::weak_count
569 ~weak_count() // nothrow in ~weak_count()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/android/
H A Dbinder.h206 __u32 weak_count; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/android/
H A Dbinder.h206 __u32 weak_count; member
/OK3568_Linux_fs/kernel/include/uapi/linux/android/
H A Dbinder.h262 __u32 weak_count; member
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c5214 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()