Home
last modified time | relevance | path

Searched refs:HResult (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/asio/detail/impl/
Dwinrt_ssocket_service_base.ipp225 ec = boost::system::error_code(e->HResult,
281 ec = boost::system::error_code(e->HResult,
338 ec = boost::system::error_code(e->HResult,
385 ec = boost::system::error_code(e->HResult,
442 e->HResult, boost::system::system_category());
480 ec = boost::system::error_code(e->HResult,
521 op->ec_ = boost::system::error_code(e->HResult,
570 ec = boost::system::error_code(e->HResult,
614 op->ec_ = boost::system::error_code(e->HResult,
Dsocket_ops.ipp2808 ec = boost::system::error_code(e->HResult,
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwinrt_ssocket_service_base.ipp225 ec = boost::system::error_code(e->HResult,
281 ec = boost::system::error_code(e->HResult,
338 ec = boost::system::error_code(e->HResult,
385 ec = boost::system::error_code(e->HResult,
442 e->HResult, boost::system::system_category());
480 ec = boost::system::error_code(e->HResult,
521 op->ec_ = boost::system::error_code(e->HResult,
570 ec = boost::system::error_code(e->HResult,
614 op->ec_ = boost::system::error_code(e->HResult,
Dsocket_ops.ipp2808 ec = boost::system::error_code(e->HResult,
/third_party/boost/boost/asio/detail/
Dwinrt_resolver_service.hpp135 ec = boost::system::error_code(e->HResult, in resolve()
170 e->HResult, boost::system::system_category()); in async_resolve()
Dwinrt_resolve_op.hpp87 o->ec_ = boost::system::error_code(e->HResult, in do_complete()
Dwinrt_ssocket_service.hpp129 ec = boost::system::error_code(e->HResult, in open()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_resolver_service.hpp135 ec = boost::system::error_code(e->HResult, in resolve()
170 e->HResult, boost::system::system_category()); in async_resolve()
Dwinrt_resolve_op.hpp87 o->ec_ = boost::system::error_code(e->HResult, in do_complete()
Dwinrt_ssocket_service.hpp129 ec = boost::system::error_code(e->HResult, in open()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp29 {"HRESULT*", SimpleTypeKind::HResult},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp41 {codeview::SimpleTypeKind::HResult, PDB_BuiltinType::HResult, 4},
DNativeTypeEnum.cpp227 case SimpleTypeKind::HResult: in getBuiltinType()
228 return PDB_BuiltinType::HResult; in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h30 HResult = 0x0008, // OLE/COM HRESULT enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h351 HResult = 31, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp64 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, HResult, OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1549 return TypeIndex(SimpleTypeKind::HResult); in lowerTypeAlias()