Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Derror.hpp78 struct set_on_error : ::boost::process::detail::api::handler_base_ext struct
81 explicit set_on_error(std::error_code &ec) : ec_(ec) {} in set_on_error() function
84 void on_error(Executor&, const std::error_code & ec) const noexcept in on_error()
90 std::error_code &ec_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dextensions.cpp34 struct set_on_error struct
52 set_on_error se; in BOOST_AUTO_TEST_CASE() argument
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dcall.h424 void set_on_error(Function<void(Status)>&& on_error) in set_on_error() function