Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/
Dexceptions.hpp343 class other_error : public exception class
354 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in other_error() function in nlohmann::detail::other_error
/third_party/boost/boost/interprocess/
Derrors.hpp103 other_error, // library generated error enumerator
/third_party/grpc/src/ruby/spec/generic/
Drpc_desc_spec.rb341 def other_error(_req, _call) method
/third_party/json/include/nlohmann/
Djson.hpp261 using other_error = detail::other_error; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp2649 class other_error : public exception class
2660 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in other_error() function in nlohmann::detail::other_error
16749 using other_error = detail::other_error; typedef in nlohmann::basic_json