Searched refs:in_group (Results 1 – 14 of 14) sorted by relevance
14 group::group(const MPI_Group& in_group, bool adopt) in group() argument16 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()
70 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());
51 BOOST_REQUIRE(c.in_group());85 BOOST_REQUIRE(c.in_group(ec));
46 bool in_group() const {return true;} in in_group() function47 bool in_group(std::error_code&) const noexcept {return true;} in in_group() function
87 inline bool in_group() in in_group() function
208 bool in_group() const in in_group() function in boost::process::child210 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::child214 return _child_handle.in_group(ec); in in_group()
132 bool in_group() const;135 bool in_group(std::error_code & ec) const noexcept;
80 bool in_group() const in in_group() function87 bool in_group(std::error_code &ec) const noexcept in in_group() function
35 if (in_group() && break_away_enabled(nullptr)) in on_setup()
198 inline bool in_group() in in_group() function
847 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()
97 GstLV2Group in_group; /**< Array of GstLV2Group */ member
250 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()
62 group(const MPI_Group& in_group, bool adopt);