Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/
Dexceptions.hpp327 class type_error : public exception class
339 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::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.hpp268 using type_error = detail::type_error; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp2923 class type_error : public exception class
2935 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error
17669 using type_error = detail::type_error; typedef in nlohmann::basic_json