Searched refs:throw_file_ (Results 1 – 2 of 2) sorted by relevance
90 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::exception295 x.throw_file_=y.v_; in set_info()417 a->throw_file_ = b->throw_file_; in copy_boost_exception()
67 return x.throw_file_ ? &x.throw_file_ : 0; in get()