Home
last modified time | relevance | path

Searched defs:weak_count (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dshared_count.hpp533 class weak_count class
547 BOOST_CONSTEXPR weak_count() BOOST_SP_NOEXCEPT: pi_(0) in weak_count() function in boost::detail::weak_count
554 weak_count(shared_count const & r) BOOST_SP_NOEXCEPT: pi_(r.pi_) in weak_count() function in boost::detail::weak_count
562 weak_count(weak_count const & r) BOOST_SP_NOEXCEPT: pi_(r.pi_) in weak_count() function in boost::detail::weak_count
574 weak_count(weak_count && r) BOOST_SP_NOEXCEPT: pi_(r.pi_) in weak_count() function in boost::detail::weak_count
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/
Dshared_count_132.hpp442 class weak_count class
456 weak_count(): pi_(0) // nothrow in weak_count() function in boost_132::detail::weak_count
463 weak_count(shared_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost_132::detail::weak_count
471 weak_count(weak_count const & r): pi_(r.pi_) // nothrow in weak_count() function in boost_132::detail::weak_count
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dunbounded.rs675 pub fn weak_count(&self) -> usize { in weak_count() method
710 pub fn weak_count(&self) -> usize { in weak_count() method
Dchan.rs145 pub(super) fn weak_count(&self) -> usize { in weak_count() method
524 pub(super) fn weak_count(&self) -> usize { in weak_count() method
Dbounded.rs1586 pub fn weak_count(&self) -> usize { in weak_count() method
1637 pub fn weak_count(&self) -> usize { in weak_count() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dshared.rs154 pub fn weak_count(&self) -> Option<usize> { in weak_count() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dsync.rs1707 pub fn weak_count(this: &Self) -> usize { in weak_count() method
2960 pub fn weak_count(&self) -> usize { in weak_count() method
H A Drc.rs1526 pub fn weak_count(this: &Self) -> usize { in weak_count() method
3210 pub fn weak_count(&self) -> usize { in weak_count() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dsync.rs1707 pub fn weak_count(this: &Self) -> usize { in weak_count() method
2960 pub fn weak_count(&self) -> usize { in weak_count() method
H A Drc.rs1526 pub fn weak_count(this: &Self) -> usize { in weak_count() method
3210 pub fn weak_count(&self) -> usize { in weak_count() method
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1531 pub fn weak_count(this: &Self) -> usize { in weak_count() method
3246 pub fn weak_count(&self) -> usize { in weak_count() method
H A Dsync.rs1711 pub fn weak_count(this: &Self) -> usize { in weak_count() method
2992 pub fn weak_count(&self) -> usize { in weak_count() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1531 pub fn weak_count(this: &Self) -> usize { in weak_count() method
3246 pub fn weak_count(&self) -> usize { in weak_count() method
H A Dsync.rs1711 pub fn weak_count(this: &Self) -> usize { in weak_count() method
2992 pub fn weak_count(&self) -> usize { in weak_count() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1531 pub fn weak_count(this: &Self) -> usize { in weak_count() method
3246 pub fn weak_count(&self) -> usize { in weak_count() method
H A Dsync.rs1711 pub fn weak_count(this: &Self) -> usize { in weak_count() method
2992 pub fn weak_count(&self) -> usize { in weak_count() method
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/android/
Dbinder.h115 __u32 weak_count; member

12