Home
last modified time | relevance | path

Searched refs:no_protocol_option (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp113 no_protocol_option = ASIO_SOCKET_ERROR(ENOPROTOOPT), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp62 static_assert(static_cast<int>(std::errc::no_protocol_option) == ENOPROTOOPT, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc132 MAP_ERR_TO_COND(WSAENOPROTOOPT, no_protocol_option);
/external/libcxx/include/
Dsystem_error167 no_protocol_option, // ENOPROTOOPT
315 no_protocol_option = ENOPROTOOPT,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h553 no_protocol_option = ENOPROTOOPT, enumerator