Searched refs:SectionNode (Results 1 – 5 of 5) sorted by relevance
108 struct SectionNode { struct109 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function110 virtual ~SectionNode() = default;112 bool operator == (SectionNode const& other) const { in operator ==() argument115 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument120 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument131 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()142 using TestCaseNode = Node<TestCaseStats, SectionNode>;171 std::shared_ptr<SectionNode> node; in sectionStarting()174 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()[all …]
46 SectionNode const& sectionNode);48 void writeAssertions(SectionNode const& sectionNode);
150 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()168 SectionNode const& sectionNode ) { in writeSection()201 void JunitReporter::writeAssertions( SectionNode const& sectionNode ) { in writeAssertions()
8601 struct SectionNode : SharedImpl<> { struct8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() function8603 virtual ~SectionNode();8605 bool operator == ( SectionNode const& other ) const { in operator ==() argument8608 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==() argument8613 typedef std::vector<Ptr<SectionNode> > ChildSections; argument8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode;8655 Ptr<SectionNode> node; in sectionStarting()8658 m_rootSection = new SectionNode( incompleteStats ); in sectionStarting()[all …]
5165 struct SectionNode { struct5166 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument5167 virtual ~SectionNode() = default;5169 bool operator == (SectionNode const& other) const { in operator ==() argument5172 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument5177 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument5188 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5198 using TestCaseNode = Node<TestCaseStats, SectionNode>;5227 std::shared_ptr<SectionNode> node; in sectionStarting()5230 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()[all …]