Searched refs:make_exception (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/fiber/examples/ |
D | adapt_method_calls.cpp | 95 std::runtime_error make_exception( std::string const& desc, AsyncAPI::errorcode); 109 make_exception("read", ec) ) ); in error() 137 std::runtime_error make_exception( std::string const& desc, AsyncAPI::errorcode ec) { in make_exception() function 162 assert(thrown == make_exception("read", 1).what() ); in main()
|
D | adapt_callbacks.cpp | 145 std::runtime_error make_exception( std::string const& desc, AsyncAPI::errorcode); 184 throw make_exception("write", ec); in write() 227 make_exception("read", ec) ) ); in read() 239 make_exception("read", ec) ) ); in read() 253 std::runtime_error make_exception( std::string const& desc, AsyncAPI::errorcode ec) { in make_exception() function 288 assert( thrown == make_exception("write", 2).what() ); in main() 311 assert( thrown == make_exception("read", 4).what() ); in main()
|