Home
last modified time | relevance | path

Searched defs:weak_from_this (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Denable_shared_from_this.hpp62 weak_ptr<T> weak_from_this() BOOST_SP_NOEXCEPT in weak_from_this() function in boost::enable_shared_from_this
67 weak_ptr<T const> weak_from_this() const BOOST_SP_NOEXCEPT in weak_from_this() function in boost::enable_shared_from_this
Denable_shared_from_raw.hpp95 weak_ptr<void const volatile> weak_from_this() const in weak_from_this() function in boost::enable_shared_from_raw
101 weak_ptr<void const volatile> weak_from_this() const volatile in weak_from_this() function in boost::enable_shared_from_raw
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dweak_from_test.cpp35 boost::weak_ptr<Z> weak_from_this() in weak_from_this() function in Z