Home
last modified time | relevance | path

Searched refs:JSON_CATCH (Results 1 – 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/
Dmacro_unscope.hpp31 #undef JSON_CATCH
Dmacro_scope.hpp159 #define JSON_CATCH(exception) catch(exception) macro
165 #define JSON_CATCH(exception) if(false) macro
179 #undef JSON_CATCH
180 #define JSON_CATCH JSON_CATCH_USER macro
/third_party/json/include/nlohmann/
Djson.hpp688 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()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp2408 #define JSON_CATCH(exception) catch(exception) macro
2414 #define JSON_CATCH(exception) if(false) macro
2428 #undef JSON_CATCH
2429 #define JSON_CATCH JSON_CATCH_USER macro
12430 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 …]
/third_party/json/single_include/nlohmann/
Djson.hpp2509 #define JSON_CATCH(exception) catch(exception) macro
2515 #define JSON_CATCH(exception) if(false)
2529 #undef JSON_CATCH
2530 #define JSON_CATCH JSON_CATCH_USER macro
19866 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