Home
last modified time | relevance | path

Searched refs:is_error_code_enum (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/libs/outcome/doc/src/content/reference/functions/policy/
Doutcome_throw_as_system_error_with_payload_std_enum.md3 …_throw_as_system_error_with_payload()` for input types where `std::is_error_code_enum<ErrorCodeEnu…
6 …utcome_throw_as_system_error_with_payload()` for types where `std::is_error_code_enum<ErrorCodeEnu…
10 *Requires*: Either {{% api "std::is_error_code_enum<T>" %}} or {{% api "std::is_error_condition_enu…
Doutcome_throw_as_system_error_with_payload_boost_enum.md3 …system_error_with_payload()` for input types where `boost::system::is_error_code_enum<BoostErrorCo…
6 …ow_as_system_error_with_payload()` for types where `boost::system::is_error_code_enum<BoostErrorCo…
10 *Requires*: Either `boost::system::is_error_code_enum<T>` or `boost::system::is_error_condition_enu…
/third_party/boost/boost/thread/futures/
Dfuture_error_code.hpp32 struct BOOST_SYMBOL_VISIBLE is_error_code_enum< ::boost::future_errc> : public true_type {}; struct
36 …struct BOOST_SYMBOL_VISIBLE is_error_code_enum< ::boost::future_errc::enum_type> : public true_typ… struct
/third_party/boost/boost/coroutine/
Dexceptions.hpp47 struct is_error_code_enum< coroutines::coroutine_errc > : public true_type struct
52 struct is_error_code_enum< coroutines::coroutine_errc::enum_type > : public true_type struct
/third_party/boost/libs/asio/include/boost/asio/
Derror.hpp278 template<> struct is_error_code_enum<boost::asio::error::basic_errors> struct
283 template<> struct is_error_code_enum<boost::asio::error::netdb_errors> struct
288 template<> struct is_error_code_enum<boost::asio::error::addrinfo_errors> struct
293 template<> struct is_error_code_enum<boost::asio::error::misc_errors> struct
/third_party/boost/boost/asio/
Derror.hpp278 template<> struct is_error_code_enum<boost::asio::error::basic_errors> struct
283 template<> struct is_error_code_enum<boost::asio::error::netdb_errors> struct
288 template<> struct is_error_code_enum<boost::asio::error::addrinfo_errors> struct
293 template<> struct is_error_code_enum<boost::asio::error::misc_errors> struct
/third_party/boost/boost/asio/ssl/
Derror.hpp85 template<> struct is_error_code_enum<boost::asio::error::ssl_errors> struct
90 template<> struct is_error_code_enum<boost::asio::ssl::error::stream_errors> struct
/third_party/boost/libs/asio/include/boost/asio/ssl/
Derror.hpp85 template<> struct is_error_code_enum<boost::asio::error::ssl_errors> struct
90 template<> struct is_error_code_enum<boost::asio::ssl::error::stream_errors> struct
/third_party/nghttp2/src/includes/nghttp2/
Dasio_http2.h139 template <> struct is_error_code_enum<nghttp2_error> {
143 template <> struct is_error_code_enum<nghttp2::asio_http2::nghttp2_asio_error> {
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Derror.hpp18 struct is_error_code_enum<::boost::beast::http::error> struct
/third_party/boost/boost/beast/http/impl/
Derror.hpp18 struct is_error_code_enum<::boost::beast::http::error> struct
/third_party/boost/libs/beast/include/boost/beast/zlib/impl/
Derror.hpp44 struct is_error_code_enum<::boost::beast::zlib::error> struct
/third_party/boost/boost/beast/zlib/impl/
Derror.hpp44 struct is_error_code_enum<::boost::beast::zlib::error> struct
/third_party/boost/boost/beast/_experimental/test/impl/
Derror.hpp20 struct is_error_code_enum< struct
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/impl/
Derror.hpp20 struct is_error_code_enum< struct
/third_party/boost/boost/system/
Dcygwin_error.hpp43 template<> struct is_error_code_enum<cygwin_error::cygwin_errno> struct
/third_party/boost/boost/beast/core/impl/
Derror.hpp18 struct is_error_code_enum<::boost::beast::error> struct
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Derror.hpp18 struct is_error_code_enum<::boost::beast::error> struct
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Derror.hpp16 struct is_error_code_enum<::boost::beast::websocket::error> struct
/third_party/boost/boost/beast/websocket/impl/
Derror.hpp16 struct is_error_code_enum<::boost::beast::websocket::error> struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h31 struct is_error_code_enum<llvm::pdb::pdb_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h30 struct is_error_code_enum<llvm::pdb::dia_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h31 struct is_error_code_enum<llvm::codeview::cv_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h31 struct is_error_code_enum<llvm::msf::msf_error_code> : std::true_type {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h38 struct is_error_code_enum<llvm::pdb::raw_error_code> : std::true_type {};

12