Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp89 typedef error_info<struct throw_function_,char const *> throw_function;
95 error_info<throw_function_,char const *>
213 throw_function_(0), in exception()
224 throw_function_(x.throw_function_), in exception()
264 mutable char const * throw_function_; member in boost::exception
287 x.throw_function_=y.v_; in set_info()
419 a->throw_function_ = b->throw_function_; in copy_boost_exception()
Dget_error_info.hpp55 return x.throw_function_ ? &x.throw_function_ : 0; in get()