Searched defs:set_on_error (Results 1 – 3 of 3) sorted by relevance
78 struct set_on_error : ::boost::process::detail::api::handler_base_ext struct81 explicit set_on_error(std::error_code &ec) : ec_(ec) {} in set_on_error() function84 void on_error(Executor&, const std::error_code & ec) const noexcept in on_error()90 std::error_code &ec_;
34 struct set_on_error struct52 set_on_error se; in BOOST_AUTO_TEST_CASE() argument
424 void set_on_error(Function<void(Status)>&& on_error) in set_on_error() function