Home
last modified time | relevance | path

Searched refs:refcount_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/exception/test/
Drefcount_ptr_test.cpp54 using boost::exception_detail::refcount_ptr; in main()
57 refcount_ptr<test_type> x; in main()
66 refcount_ptr<test_type> p; in main()
72 refcount_ptr<test_type> q; in main()
77 refcount_ptr<test_type> t(p); in main()
81 refcount_ptr<test_type> n; in main()
/third_party/boost/boost/exception/
Dexception.hpp40 refcount_ptr class
44 refcount_ptr(): in refcount_ptr() function in boost::exception_detail::refcount_ptr
49 ~refcount_ptr() in ~refcount_ptr()
54 refcount_ptr( refcount_ptr const & x ): in refcount_ptr() function in boost::exception_detail::refcount_ptr
60 refcount_ptr &
61 operator=( refcount_ptr const & x ) in operator =()
170 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
288 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
416 refcount_ptr<error_info_container> data; in copy_boost_exception()
Dinfo.hpp144 refcount_ptr<error_info_container>
147 refcount_ptr<error_info_container> p; in clone()