Home
last modified time | relevance | path

Searched refs:hex_decode_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/doc/
Dhex.qbk53 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`.
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dhex.hpp51 struct hex_decode_error : virtual boost::exception, virtual std::exception {}; struct
52 struct not_enough_input : virtual hex_decode_error {};
53 struct non_hex_input : virtual hex_decode_error {};
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dhex_test1.cpp111 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()
Dhex_test4.cpp37 catch ( const ba::hex_decode_error &ex ) { return; } in test_short_input2()
101 catch ( const ba::hex_decode_error &ex ) { in test_nonhex_input2()