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.hpp11 #undef JSON_CATCH
Djson_pointer.hpp356 JSON_CATCH(std::out_of_range&) in array_index()
Dmacro_scope.hpp50 #define JSON_CATCH(exception) catch(exception) macro
56 #define JSON_CATCH(exception) if(false) macro
70 #undef JSON_CATCH
71 #define JSON_CATCH JSON_CATCH_USER macro
/third_party/json/include/nlohmann/
Djson.hpp1269 JSON_CATCH(...) {} // LCOV_EXCL_LINE in assert_invariant()
3495 JSON_CATCH (std::out_of_range&) in at()
3542 JSON_CATCH (std::out_of_range&) in at()
3593 JSON_CATCH (std::out_of_range&) in at()
3644 JSON_CATCH (std::out_of_range&) in at()
/third_party/json/single_include/nlohmann/
Djson.hpp2262 #define JSON_CATCH(exception) catch(exception) macro
2268 #define JSON_CATCH(exception) if(false)
2282 #undef JSON_CATCH
2283 #define JSON_CATCH JSON_CATCH_USER macro
12713 JSON_CATCH(std::out_of_range&) in array_index()
18670 JSON_CATCH(...) {} // LCOV_EXCL_LINE in assert_invariant()
20896 JSON_CATCH (std::out_of_range&) in at()
20943 JSON_CATCH (std::out_of_range&) in at()
20994 JSON_CATCH (std::out_of_range&) in at()
21045 JSON_CATCH (std::out_of_range&) in at()
[all …]