Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp157 error_info_container struct
164 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;
168 ~error_info_container() throw() in ~error_info_container() argument
263 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
414 refcount_ptr<error_info_container> data; in copy_boost_exception()
415 if( error_info_container * d=b->data_.get() ) in copy_boost_exception()
Dget_error_info.hpp34 if( exception_detail::error_info_container * c=x.data_.get() ) in get()