Searched defs:env_init (Results 1 – 6 of 6) sorted by relevance
21 struct env_init : public ::boost::process::detail::handler_base struct23 boost::process::basic_environment<Char> env;25 env_init(boost::process::basic_environment<Char> && env) : env(std::move(env)) {}; in env_init() argument26 env_init(const boost::process::basic_environment<Char> & env) : env(env) {}; in env_init() function28 constexpr static ::boost::winapi::DWORD_ creation_flag(char) {return 0u;} in creation_flag()29 constexpr static ::boost::winapi::DWORD_ creation_flag(wchar_t) in creation_flag()35 void on_setup(WindowsExecutor &exec) const in on_setup()
21 struct env_init<char> : handler_base_ext struct23 boost::process::environment env;25 env_init(boost::process::environment && env) : env(std::move(env)) {}; in env_init() function26 env_init(const boost::process::environment & env) : env(env) {}; in env_init() function30 void on_setup(Executor &exec) const in on_setup()
34 int env_init; member
173 struct env_init struct175 basic_environment<Char> env;
294 int env_init(void) in env_init() function
44 mrb_value env_init(mrb_state *mrb, mrb_value self) { return self; } in env_init() function