Home
last modified time | relevance | path

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

/external/libcxx/src/
Dsystem_error.cpp262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
274 system_error::system_error(int ev, const error_category& ecat) in system_error()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dsystem_error.cpp264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
276 system_error::system_error(int ev, const error_category& ecat) in system_error()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp6243 …SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError()
6244 …SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::… in SystemError()
6245 …SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_… in SystemError()
/external/swiftshader/include/vulkan/
Dvulkan.hpp5719 SystemError( int ev, std::error_category const & ecat ) in SystemError()
5721 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError()
5723 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp6393 …SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError()
6394 …SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::… in SystemError()
6395 …SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_… in SystemError()