Home
last modified time | relevance | path

Searched defs:initializer_builder (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Denv.hpp338 struct initializer_builder<env_tag<char>> struct
340 typedef env_builder<char> type;
344 struct initializer_builder<env_tag<wchar_t>> struct
346 typedef env_builder<wchar_t> type;
Dasync.hpp82 struct initializer_builder<async_tag> struct
84 typedef async_builder type;
Dgroup.hpp220 struct initializer_builder<group_tag> struct
222 typedef group_builder type;
Derror.hpp169 struct initializer_builder<error_tag> struct
171 typedef error_builder type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/
Dbasic_cmd.hpp277 struct initializer_builder<cmd_or_exe_tag<char>> struct
279 typedef exe_builder<char> type;
283 struct initializer_builder<cmd_or_exe_tag<wchar_t>> struct
285 typedef exe_builder<wchar_t> type;