Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dabstract.c21 type_error(const char *msg, PyObject *obj) in type_error() function
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp4568 class type_error : public exception class
4580 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error
19521 using type_error = detail::type_error; typedef in basic_json
/external/ublksrv/include/nlohmann/
Djson.hpp4309 class type_error : public exception class
4321 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error
19027 using type_error = detail::type_error; typedef in nlohmann::basic_json