Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3244 class SystemError : public Error, public std::system_error class
3247 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3249 SystemError( std::error_code ec, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3251 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3253 SystemError( int ev, std::error_category const & ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3255 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
3257 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
Dvulkan.hpp5587 class SystemError : public Error, public std::system_error class
5590 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5592 SystemError( std::error_code ec, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5594 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5596 SystemError( int ev, std::error_category const & ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5598 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5600 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError