Searched refs:JSON_CATCH (Results 1 – 5 of 5) sorted by relevance
31 #undef JSON_CATCH
159 #define JSON_CATCH(exception) catch(exception) macro165 #define JSON_CATCH(exception) if(false) macro179 #undef JSON_CATCH180 #define JSON_CATCH JSON_CATCH_USER macro
688 JSON_CATCH(...) {} // LCOV_EXCL_LINE in assert_invariant()1935 JSON_CATCH (std::out_of_range&) in at()1958 JSON_CATCH (std::out_of_range&) in at()
2408 #define JSON_CATCH(exception) catch(exception) macro2414 #define JSON_CATCH(exception) if(false) macro2428 #undef JSON_CATCH2429 #define JSON_CATCH JSON_CATCH_USER macro12430 JSON_CATCH(std::out_of_range&) in array_index()17856 JSON_CATCH(...) {} // LCOV_EXCL_LINE in assert_invariant()19099 JSON_CATCH (std::out_of_range&) in at()19122 JSON_CATCH (std::out_of_range&) in at()19145 JSON_CATCH (std::out_of_range&) in at()19168 JSON_CATCH (std::out_of_range&) in at()[all …]
2509 #define JSON_CATCH(exception) catch(exception) macro2515 #define JSON_CATCH(exception) if(false)2529 #undef JSON_CATCH2530 #define JSON_CATCH JSON_CATCH_USER macro19866 JSON_CATCH(...) {} // LCOV_EXCL_LINE in assert_invariant()21113 JSON_CATCH (std::out_of_range&) in at()21136 JSON_CATCH (std::out_of_range&) in at()24421 #undef JSON_CATCH