Home
last modified time | relevance | path

Searched refs:on_setup (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/process/detail/windows/
Dclose_out.hpp23 inline void on_setup(WindowsExecutor &e) const;
28 void close_out<1,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::close_out
36 void close_out<2,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::close_out
44 void close_out<1,2>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::close_out
Dnull_out.hpp30 void on_setup(WindowsExecutor &e) const;
35 void null_out<1,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::null_out
49 void null_out<2,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::null_out
63 void null_out<1,2>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::null_out
Dfile_out.hpp37 inline void on_setup(WindowsExecutor &e) const;
42 void file_out<1,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::file_out
55 void file_out<2,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::file_out
68 void file_out<1,2>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::file_out
Dpipe_out.hpp38 void on_setup(WindowsExecutor &e) const;
55 void pipe_out<1,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::pipe_out
68 void pipe_out<2,-1>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::pipe_out
82 void pipe_out<1,2>::on_setup(WindowsExecutor &e) const in on_setup() function in boost::process::detail::windows::pipe_out
Dshow_window.hpp25 void on_setup(WindowsExecutor &e) const in on_setup() function
35 void on_setup(Executor &exec) const in on_setup() function
Dclose_in.hpp22 void on_setup(WindowsExecutor &e) const in on_setup() function
Dstart_dir.hpp24 void on_setup(Executor& exec) const in on_setup() function
Dcmd.hpp30 void on_setup(Executor& exec) in on_setup() function
Dasync_out.hpp99 void on_setup(WindowsExecutor &exec) in on_setup() function
173 void on_setup(WindowsExecutor &exec) in on_setup() function
Dnull_in.hpp31 void on_setup(WindowsExecutor &e) const in on_setup() function
Dgroup_ref.hpp32 void on_setup(Executor& exec) const in on_setup() function
Denv_init.hpp35 void on_setup(WindowsExecutor &exec) const in on_setup() function
Dfile_in.hpp35 void on_setup(WindowsExecutor &e) const in on_setup() function
/third_party/boost/libs/process/doc/images/
Dplantuml.txt27 Father->Father : on_setup
55 Father->Father : on_setup
82 Father->Father : on_setup
99 Father->Father : on_setup
/third_party/boost/libs/process/test/
Dextensions.cpp57 bp::extend::on_setup=re, in BOOST_AUTO_TEST_CASE()
73 void on_setup(ex::windows_executor<Char, Sequence>& exec) const in on_setup() function
78 void on_setup(ex::posix_executor<Sequence>& exec) const in on_setup() function
Derror.cpp51 bp::child c(master_test_suite().argv[1], ec, bp::extend::on_setup(es)); in BOOST_AUTO_TEST_CASE()
62 bp::child c(master_test_suite().argv[1], bp::extend::on_setup(es)); in BOOST_AUTO_TEST_CASE()
Dwindows_specific.cpp83 bp::extend::on_setup(set_startup_info{cnt}), in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/process/
Dextend.hpp71 constexpr boost::process::detail::make_handler_t<boost::process::detail::on_setup_> on_setup; variable
118 void on_setup(Executor&) const {} in on_setup() function
/third_party/boost/libs/process/example/
Dwindows.cpp25 bp::on_setup([](auto &e) in main()
Dposix.cpp38 bp::extend::on_setup([env](auto &e) { e.env = const_cast<char**>(env); }), in main()
/third_party/boost/boost/process/detail/posix/
Dasync_out.hpp91 void on_setup(Executor & exec) in on_setup() function
168 void on_setup(Executor & exec) in on_setup() function
Denv_init.hpp30 void on_setup(Executor &exec) const in on_setup() function
/third_party/boost/boost/process/detail/
Dhandler_base.hpp36 void on_setup(Executor&) const {} in on_setup() function
Dhandler.hpp31 void on_setup(Executor &e) in on_setup() function
/third_party/boost/libs/process/doc/
Dextend.qbk27 * [globalref boost::process::extend::on_setup on_setup]
104 void on_setup(Executor & exec)
156 __child__ c("foo", on_setup=set_error);

12