Searched refs:hex_decode_error (Results 1 – 4 of 4) sorted by relevance
53 struct hex_decode_error: virtual boost::exception, virtual std::exception {};54 struct not_enough_input : public hex_decode_error;55 struct non_hex_input : public hex_decode_error;62 …tch all the decoding errors, you can catch exceptions of type `boost::algorithm::hex_decode_error`.
51 struct hex_decode_error : virtual boost::exception, virtual std::exception {}; struct52 struct not_enough_input : virtual hex_decode_error {};53 struct non_hex_input : virtual hex_decode_error {};
111 catch ( const boost::algorithm::hex_decode_error & /*ex*/ ) { num_catches++; } in test_from_hex_failure()113 catch ( const boost::algorithm::hex_decode_error & /*ex*/ ) { num_catches++; } in test_from_hex_failure()115 catch ( const boost::algorithm::hex_decode_error & /*ex*/ ) { num_catches++; } in test_from_hex_failure()
37 catch ( const ba::hex_decode_error &ex ) { return; } in test_short_input2()101 catch ( const ba::hex_decode_error &ex ) { in test_nonhex_input2()