Lines Matching defs:SectionNode
8601 struct SectionNode : SharedImpl<> { struct
8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() function
8605 bool operator == ( SectionNode const& other ) const { in operator ==()
8608 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==()
8612 SectionStats stats;
8613 typedef std::vector<Ptr<SectionNode> > ChildSections;
8614 typedef std::vector<AssertionStats> Assertions;
8615 ChildSections childSections;
8616 Assertions assertions;
8617 std::string stdOut;
8618 std::string stdErr;