Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/
H A Dexception.hpp31 refcount_ptr class
35 refcount_ptr(): in refcount_ptr() function in boost::exception_detail::refcount_ptr
40 ~refcount_ptr() in ~refcount_ptr()
45 refcount_ptr( refcount_ptr const & x ): in refcount_ptr() function in boost::exception_detail::refcount_ptr
51 refcount_ptr &
52 operator=( refcount_ptr const & x ) in operator =()
169 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
291 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
442 refcount_ptr<error_info_container> data; in copy_boost_exception()