Searched defs:SectionNode (Results 1 – 4 of 4) sorted by relevance
113 struct SectionNode { struct114 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function117 bool operator == (SectionNode const& other) const { in operator ==()120 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()124 SectionStats stats;125 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;126 using Assertions = std::vector<AssertionStats>;127 ChildSections childSections;128 Assertions assertions;129 std::string stdOut;[all …]
8601 struct SectionNode : SharedImpl<> { struct8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() function8605 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;[all …]
5771 struct SectionNode { struct5772 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function5775 bool operator == (SectionNode const& other) const { in operator ==()5778 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()5782 SectionStats stats;5783 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;5784 using Assertions = std::vector<AssertionStats>;5785 ChildSections childSections;5786 Assertions assertions;5787 std::string stdOut;[all …]
5807 struct SectionNode { struct5808 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function5811 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;[all …]