Searched refs:test_error_code (Results 1 – 3 of 3) sorted by relevance
22 void test_error_code(const boost::system::error_code& code) in test_error_code() function46 test_error_code(boost::asio::error::access_denied); in error_test()47 test_error_code(boost::asio::error::address_family_not_supported); in error_test()48 test_error_code(boost::asio::error::address_in_use); in error_test()49 test_error_code(boost::asio::error::already_connected); in error_test()50 test_error_code(boost::asio::error::already_started); in error_test()51 test_error_code(boost::asio::error::connection_aborted); in error_test()52 test_error_code(boost::asio::error::connection_refused); in error_test()53 test_error_code(boost::asio::error::connection_reset); in error_test()54 test_error_code(boost::asio::error::bad_descriptor); in error_test()[all …]
18 void test_error_code() in test_error_code() function49 test_error_code(); in main()
3857 def test_error_code(self): member in ParseErrorTest