Home
last modified time | relevance | path

Searched defs:other_error (Results 1 – 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/detail/
Dexceptions.hpp239 class other_error : public exception class
251 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in other_error() function in detail::other_error
/third_party/json/include/nlohmann/
Djson.hpp189 using other_error = detail::other_error; typedef in basic_json
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3005 class other_error : public exception class
3017 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in other_error() function in nlohmann::detail::other_error
17371 using other_error = detail::other_error; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp4503 class other_error : public exception class
4515 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in other_error() function in detail::other_error
19367 using other_error = detail::other_error; typedef in basic_json