Lines Matching defs:ex
28 catch ( const std::exception &ex ) { return; } in test_short_input1() local
37 catch ( const ba::hex_decode_error &ex ) { return; } in test_short_input2() local
46 catch ( const ba::not_enough_input &ex ) { return; } in test_short_input3() local
56 catch ( const ba::non_hex_input &ex ) { BOOST_CHECK ( false ); } in test_short_input4() local
57 catch ( const ba::not_enough_input &ex ) { return; } in test_short_input4() local
67 catch ( const ba::non_hex_input &ex ) { BOOST_CHECK ( false ); } in test_short_input5() local
68 catch ( const ba::not_enough_input &ex ) { return; } in test_short_input5() local
88 catch ( const std::exception &ex ) { in test_nonhex_input1() local
101 catch ( const ba::hex_decode_error &ex ) { in test_nonhex_input2() local
114 catch ( const ba::non_hex_input &ex ) { in test_nonhex_input3() local
128 catch ( const ba::not_enough_input &ex ) { BOOST_CHECK ( false ); } in test_nonhex_input4() local
129 catch ( const ba::non_hex_input &ex ) { return; } in test_nonhex_input4() local