Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp431 clone_impl: class
436 clone_impl( clone_impl const & x, clone_tag ): in clone_impl() function in boost::exception_detail::clone_impl
445 clone_impl( T const & x ): in clone_impl() function in boost::exception_detail::clone_impl
451 ~clone_impl() throw() in ~clone_impl()
460 return new clone_impl(*this,clone_tag()); in clone()
473 exception_detail::clone_impl<T>
476 return exception_detail::clone_impl<T>(x); in enable_current_exception()