Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp90 typedef error_info<struct throw_file_,char const *> throw_file;
109 error_info<throw_file_,char const *>
214 throw_file_(0), in exception()
225 throw_file_(x.throw_file_), in exception()
265 mutable char const * throw_file_; member in boost::exception
295 x.throw_file_=y.v_; in set_info()
417 a->throw_file_ = b->throw_file_; in copy_boost_exception()
Dget_error_info.hpp67 return x.throw_file_ ? &x.throw_file_ : 0; in get()