Searched refs:GroupElement (Results 1 – 3 of 3) sorted by relevance
67 struct GroupElement { struct86 std::vector<GroupElement> m_elements; argument108 inline GroupElement ge(Generator const& g) const in ge()110 GroupElement result; in ge()124 GroupElement mul(GroupElement, GroupElement) const;125 inline GroupElement mul(Generator g1, GroupElement g2) const in mul()130 inline GroupElement mul(GroupElement g1, Generator g2) const in mul()135 inline GroupElement mul(Generator g1, Generator g2) const in mul()140 inline int findElement(GroupElement e) const in findElement()179 inline DynamicSGroup::GroupElement DynamicSGroup::mul(GroupElement g1, GroupElement g2) const in mul()[all …]
100 public static class GroupElement { class in ReportTask102 private final List<GroupElement> children = new ArrayList<GroupElement>();125 public GroupElement createGroup() { in createGroup()126 final GroupElement group = new GroupElement(); in createGroup()422 private final GroupElement structure = new GroupElement();440 public GroupElement createStructure() { in createStructure()536 final GroupElement group) throws IOException { in createReport()554 for (final GroupElement child : group.children) { in createReport()560 private IBundleCoverage createBundle(final GroupElement group) in createBundle()
45 Group ::= GroupName "=" { GroupElement } "\n"47 GroupElement ::= <ident>