Searched defs:SectionNode (Results 1 – 1 of 1) sorted by relevance
5750 struct SectionNode { struct5751 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument5754 bool operator == (SectionNode const& other) const { in operator ==()5757 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()5761 SectionStats stats;5762 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;5763 using Assertions = std::vector<AssertionStats>;5764 ChildSections childSections;5765 Assertions assertions;5766 std::string stdOut;[all …]