Searched refs:errorCategory (Results 1 – 2 of 2) sorted by relevance
3263 VULKAN_HPP_INLINE const std::error_category& errorCategory() VULKAN_HPP_NOEXCEPT in errorCategory() function3271 return std::error_code(static_cast<int>(e), errorCategory()); in make_error_code()3276 return std::error_condition(static_cast<int>(e), errorCategory()); in make_error_condition()
5606 VULKAN_HPP_INLINE const std::error_category& errorCategory() VULKAN_HPP_NOEXCEPT in errorCategory() function5614 return std::error_code(static_cast<int>(e), errorCategory()); in make_error_code()5619 return std::error_condition(static_cast<int>(e), errorCategory()); in make_error_condition()