Home
last modified time | relevance | path

Searched defs:in_group (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/process/detail/posix/
Dchild_handle.hpp46 bool in_group() const {return true;} in in_group() function
47 bool in_group(std::error_code&) const noexcept {return true;} in in_group() function
Dgroup_handle.hpp87 inline bool in_group() in in_group() function
/third_party/boost/boost/process/detail/windows/
Dchild_handle.hpp80 bool in_group() const in in_group() function
87 bool in_group(std::error_code &ec) const noexcept in in_group() function
Dgroup_handle.hpp198 inline bool in_group() in in_group() function
/third_party/boost/boost/process/detail/
Dchild_decl.hpp208 bool in_group() const in in_group() function in boost::process::child
212 bool in_group(std::error_code &ec) const noexcept in in_group() function in boost::process::child
/third_party/boost/libs/mpi/src/
Dgroup.cpp14 group::group(const MPI_Group& in_group, bool adopt) in group()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.h97 GstLV2Group in_group; /**< Array of GstLV2Group */ member