Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/ruby/spec/generic/
H A Drpc_desc_spec.rb341 def other_error(_req, _call) method
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp4343 class other_error : public exception class
4355 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in other_error() function in nlohmann::detail::other_error
19029 using other_error = detail::other_error; typedef in nlohmann::basic_json