Searched refs:sectionNode (Results 1 – 1 of 1) sorted by relevance
5845 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded() local5846 sectionNode.assertions.push_back(assertionStats); in assertionEnded()6290 SectionNode const& sectionNode);6292 void writeAssertions(SectionNode const& sectionNode);16618 SectionNode const& sectionNode ) { in writeSection() argument16623 if( !sectionNode.assertions.empty() || in writeSection()16624 !sectionNode.stdOut.empty() || in writeSection()16625 !sectionNode.stdErr.empty() ) { in writeSection()16637 writeAssertions( sectionNode ); in writeSection()16639 if( !sectionNode.stdOut.empty() ) in writeSection()[all …]