Searched defs:SystemError (Results 1 – 1 of 1) sorted by relevance
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan.hpp | 5997 class SystemError class 6002 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 6003 …SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 6004 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 6005 …SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 6006 SystemError( int ev, std::error_category const & ecat, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 6009 SystemError( int ev, std::error_category const & ecat, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
|