Home
last modified time | relevance | path

Searched refs:in_group (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/mpi/src/
Dgroup.cpp14 group::group(const MPI_Group& in_group, bool adopt) in group() argument
16 if (in_group != MPI_GROUP_EMPTY) { in group()
17 if (adopt) group_ptr.reset(new MPI_Group(in_group), group_free()); in group()
18 else group_ptr.reset(new MPI_Group(in_group)); in group()
/third_party/boost/libs/process/test/
Dgroup_wait.cpp70 BOOST_REQUIRE(c1.in_group(ec));
72 BOOST_REQUIRE(c2.in_group(ec));
119 BOOST_REQUIRE(c1.in_group());
120 BOOST_REQUIRE(c2.in_group());
Dgroup.cpp51 BOOST_REQUIRE(c.in_group());
85 BOOST_REQUIRE(c.in_group(ec));
/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/
Dchild_decl.hpp208 bool in_group() const in in_group() function in boost::process::child
210 return _child_handle.in_group(); in in_group()
212 bool in_group(std::error_code &ec) const noexcept in in_group() function in boost::process::child
214 return _child_handle.in_group(ec); in in_group()
/third_party/boost/boost/process/
Dchild.hpp132 bool in_group() const;
135 bool in_group(std::error_code & ec) const noexcept;
/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_ref.hpp35 if (in_group() && break_away_enabled(nullptr)) in on_setup()
Dgroup_handle.hpp198 inline bool in_group() in in_group() function
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c847 lv2_class->in_group.ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()
869 ? &lv2_class->in_group : &lv2_class->out_group; in gst_lv2_class_init()
897 g_array_append_val (lv2_class->in_group.ports, desc); in gst_lv2_class_init()
971 g_array_free (lv2_class->in_group.ports, TRUE); in gst_lv2_class_finalize()
972 lv2_class->in_group.ports = NULL; in gst_lv2_class_finalize()
Dgstlv2utils.h97 GstLV2Group in_group; /**< Array of GstLV2Group */ member
Dgstlv2filter.c250 in_channels = klass->lv2.in_group.ports->len; in gst_lv2_filter_type_class_add_pad_templates()
391 lv2_group = &lv2_class->in_group; in gst_lv2_filter_transform_data()
/third_party/boost/boost/mpi/
Dgroup.hpp62 group(const MPI_Group& in_group, bool adopt);