Lines Matching defs:SectionNode
5807 struct SectionNode { struct
5808 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
5811 bool operator == (SectionNode const& other) const { in operator ==()
5814 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
5818 SectionStats stats;
5819 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
5820 using Assertions = std::vector<AssertionStats>;
5821 ChildSections childSections;
5822 Assertions assertions;
5823 std::string stdOut;
5824 std::string stdErr;