Home
last modified time | relevance | path

Searched refs:GroupElement (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h67 struct GroupElement { struct
86 std::vector<GroupElement> m_elements; argument
108 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 …]
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java100 public static class GroupElement { class in ReportTask
102 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()