HomeSort by relevance Sort by last modified time
    Searched full:exception_detail (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 19 exception_detail namespace in namespace:boost
151 exception_detail namespace in namespace:boost
164 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
243 friend E const & exception_detail::set_info( E const &, throw_function const & );
246 friend E const & exception_detail::set_info( E const &, throw_file const & );
249 friend E const & exception_detail::set_info( E const &, throw_line const & );
252 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & );
254 friend char const * exception_detail::get_diagnostic_information( exception const &, char const * );
257 friend struct exception_detail::get_info;
258 friend struct exception_detail::get_info<throw_function>
281 exception_detail namespace in namespace:boost
311 exception_detail namespace in namespace:boost
384 exception_detail namespace in namespace:boost
    [all...]
get_error_info.hpp 24 exception_detail namespace in namespace:boost
34 if( exception_detail::error_info_container * c=x.data_.get() )
35 if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(ErrorInfo)) )
104 return exception_detail::get_info<ErrorInfo>::get(x);
111 return exception_detail::get_info<ErrorInfo>::get(x);
116 typename exception_detail::get_error_info_return_type<E,typename ErrorInfo::value_type>::type
120 return exception_detail::get_info<ErrorInfo>::get(*x);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
type_info.hpp 51 exception_detail namespace in namespace:boost
74 #define BOOST_EXCEPTION_STATIC_TYPEID(T) ::boost::exception_detail::type_info_(BOOST_SP_TYPEID(T))
77 #define BOOST_EXCEPTION_DYNAMIC_TYPEID(x) ::boost::exception_detail::type_info_(typeid(x))
error_info_impl.hpp 21 exception_detail namespace in namespace:boost
43 public exception_detail::error_info_base
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
throw_exception.hpp 45 # define BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_CURRENT_FUNCTION,__FILE__,__LINE__)
77 exception_detail namespace in namespace:boost

Completed in 432 milliseconds