Lines Matching refs:group
595 auto group = std::make_shared<SiblingGroup>();
596 group->Entangle({a, b});
1331 std::shared_ptr<SiblingGroup> group;
1334 group = std::make_shared<SiblingGroup>(name);
1335 groups_[name] = group;
1337 group = i->second.lock();
1339 return group;
1353 // If this is a named group, check to see if we can remove the group
1365 // The source MessagePortData is not part of this group.
1368 *error = "Source MessagePort is not entangled with this group.";
1423 // If this is an anonymous group and there's another port, close it.