Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp222 template<> struct is_error_code_enum<asio::error::basic_errors> struct
224 static const bool value = true;
227 template<> struct is_error_code_enum<asio::error::netdb_errors> struct
229 static const bool value = true;
232 template<> struct is_error_code_enum<asio::error::addrinfo_errors> struct
234 static const bool value = true;
237 template<> struct is_error_code_enum<asio::error::misc_errors> struct
239 static const bool value = true;
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
DErrorCodeEnum.pass.cpp27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
DErrorCodeEnum.pass.cpp27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct