Searched defs:SectionNode (Results 1 – 1 of 1) sorted by relevance
5819 struct SectionNode { struct5820 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument5823 bool operator == (SectionNode const& other) const { in operator ==()5826 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()5830 SectionStats stats;5831 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;5832 using Assertions = std::vector<AssertionStats>;5833 ChildSections childSections;5834 Assertions assertions;5835 std::string stdOut;[all …]