Home
last modified time | relevance | path

Searched defs:shared_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.hpp48 shared_ptr<T> shared_from_this() in shared_from_this() function in boost::enable_shared_from_this
55 shared_ptr<T const> shared_from_this() const in shared_from_this() function in boost::enable_shared_from_this
Denable_shared_from_raw.hpp84 shared_ptr<void const volatile> shared_from_this() const in shared_from_this() function in boost::enable_shared_from_raw
90 shared_ptr<void const volatile> shared_from_this() const volatile in shared_from_this() function in boost::enable_shared_from_raw
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_from_test.cpp34 boost::shared_ptr<Z> shared_from_this() in shared_from_this() function in Z