Searched refs:readobj_category (Results 1 – 2 of 2) sorted by relevance
20 const std::error_category &readobj_category();32 return std::error_code(static_cast<int>(e), readobj_category()); in make_error_code()
53 const std::error_category &readobj_category() { in readobj_category() function