Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp731 class SystemError : public Error, public std::system_error class
734 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
736 SystemError( std::error_code ec, std::string const& what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
738 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
740 SystemError( int ev, std::error_category const& ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
742 SystemError( int ev, std::error_category const& ecat, std::string const& what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
744 SystemError( int ev, std::error_category const& ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError

Completed in 173 milliseconds