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.hpp258 class type_error : public exception class
269 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error
/third_party/libsoup/tests/
Dxmlrpc-old-server-test.c15 type_error (SoupMessage *msg, GType expected, GValueArray *params, int bad_value) in type_error() function
/third_party/python/Objects/
Dabstract.c19 type_error(const char *msg, PyObject *obj) in type_error() function
/third_party/json/include/nlohmann/
Djson.hpp257 using type_error = detail::type_error; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp2564 class type_error : public exception class
2575 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error
16745 using type_error = detail::type_error; typedef in nlohmann::basic_json