Home
last modified time | relevance | path

Searched refs:exception_detail (Results 1 – 2 of 2) 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.hpp17 namespace boost { namespace exception_detail { using std::shared_ptr; } } namespace
20 namespace boost { namespace exception_detail { using boost::shared_ptr; } } namespace
27 exception_detail namespace
156 exception_detail namespace
169 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
266 friend E const & exception_detail::set_info( E const &, throw_function const & );
269 friend E const & exception_detail::set_info( E const &, throw_file const & );
272 friend E const & exception_detail::set_info( E const &, throw_line const & );
275 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & );
277 …friend char const * exception_detail::get_diagnostic_information( exception const &, char const * …
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dthrow_exception.hpp47 # define BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_THROW_EXCEPTI…
79 exception_detail namespace