Home
last modified time | relevance | path

Searched defs:on_error_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dexecutor.hpp139 struct on_error_t struct in boost::process::detail::windows::executor
141 executor & exec;
142 const std::error_code & error;
143 on_error_t(executor & exec, const std::error_code & error) : exec(exec), error(error) {}; in on_error_t() argument
145 void operator()(T & t) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dexecutor.hpp45 struct on_error_t struct
47 Executor & exec;
48 const std::error_code & error;
49 on_error_t(Executor & exec, const std::error_code & error) : exec(exec), error(error) {}; in on_error_t() argument
51 void operator()(T & t) const in operator ()()