Home
last modified time | relevance | path

Searched defs:type_error (Results 1 – 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/
Dexceptions.hpp207 class type_error : public exception class
219 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error
/third_party/python/Objects/
Dabstract.c19 type_error(const char *msg, PyObject *obj) in type_error() function
/third_party/json/include/nlohmann/
Djson.hpp191 using type_error = detail::type_error; typedef in basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp4540 class type_error : public exception class
4552 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error
19493 using type_error = detail::type_error; typedef in basic_json
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp2971 class type_error : public exception class
2983 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error
17369 using type_error = detail::type_error; typedef in nlohmann::basic_json