Home
last modified time | relevance | path

Searched defs:weak_count (Results 1 – 4 of 4) 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.hpp518 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
/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