Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/
Dfuture_error.hpp20 class BOOST_SYMBOL_VISIBLE future_error class
25 future_error(system::error_code ec) in future_error() function in boost::future_error
/aosp_15_r20/external/libcxx/src/
H A Dfuture.cpp75 future_error::future_error(error_code __ec) in future_error() function in future_error
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dfuture.cpp56 future_error::future_error(error_code __ec) : logic_error(__ec.message()), __ec_(__ec) {} in future_error() function in future_error