Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dexecutor.hpp50 template<> struct startup_info_ex<char> struct
52 typedef ::boost::winapi::STARTUPINFOEXA_ type;
56 template<> struct startup_info_ex<wchar_t> struct
58 typedef ::boost::winapi::STARTUPINFOEXW_ type;
74 startup_info_ex_t startup_info_ex member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dwindows_specific.cpp72 BOOST_AUTO_TEST_CASE(startup_info_ex) in BOOST_AUTO_TEST_CASE() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dextend.hpp332 startup_info_ex_t startup_info_ex; member