Home
last modified time | relevance | path

Searched defs:shared_from_this (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/interprocess/smart_ptr/
Denable_shared_from_this.hpp61 shared_ptr<T, A, D> shared_from_this() in shared_from_this() function in boost::interprocess::enable_shared_from_this
68 shared_ptr<T const, A, D> shared_from_this() const in shared_from_this() function in boost::interprocess::enable_shared_from_this
/third_party/boost/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
/third_party/boost/libs/smart_ptr/test/
Dshared_from_test.cpp34 boost::shared_ptr<Z> shared_from_this() in shared_from_this() function in Z