Searched refs:m_sectionStack (Results 1 – 7 of 7) sorted by relevance
68 m_sectionStack.push_back(_sectionInfo); in sectionStarting()72 m_sectionStack.pop_back(); in sectionEnded()98 std::vector<SectionInfo> m_sectionStack; member177 if( m_sectionStack.empty() ) { in sectionStarting()183 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting()195 m_sectionStack.push_back( node ); in sectionStarting()202 assert(!m_sectionStack.empty()); in assertionEnded()209 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()214 assert(!m_sectionStack.empty()); in sectionEnded()215 SectionNode& node = *m_sectionStack.back(); in sectionEnded()[all …]
171 assert( !m_sectionStack.empty() ); in printSectionHeader()173 if( m_sectionStack.size() > 1 ) { in printSectionHeader()177 it = m_sectionStack.begin()+1, // Skip first section (test case) in printSectionHeader()178 itEnd = m_sectionStack.end(); in printSectionHeader()184 SourceLineInfo lineInfo = m_sectionStack.front().lineInfo; in printSectionHeader()
415 if (m_sectionStack.size() > 1) in sectionEnded()540 assert(!m_sectionStack.empty()); in printTestCaseAndSectionHeader()543 if (m_sectionStack.size() > 1) { in printTestCaseAndSectionHeader()547 it = m_sectionStack.begin() + 1, // Skip first section (test case) in printTestCaseAndSectionHeader()548 itEnd = m_sectionStack.end(); in printTestCaseAndSectionHeader()553 SourceLineInfo lineInfo = m_sectionStack.back().lineInfo; in printTestCaseAndSectionHeader()
5726 m_sectionStack.push_back(_sectionInfo); in sectionStarting()5730 m_sectionStack.pop_back(); in sectionEnded()5756 std::vector<SectionInfo> m_sectionStack; member5834 if( m_sectionStack.empty() ) { in sectionStarting()5840 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting()5852 m_sectionStack.push_back( node ); in sectionStarting()5859 assert(!m_sectionStack.empty()); in assertionEnded()5866 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()5871 assert(!m_sectionStack.empty()); in sectionEnded()5872 SectionNode& node = *m_sectionStack.back(); in sectionEnded()[all …]
8557 m_sectionStack.push_back( _sectionInfo ); in sectionStarting()8561 m_sectionStack.pop_back(); in sectionEnded()8587 std::vector<SectionInfo> m_sectionStack; member8656 if( m_sectionStack.empty() ) { in sectionStarting()8662 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting()8674 m_sectionStack.push_back( node ); in sectionStarting()8681 assert( !m_sectionStack.empty() ); in assertionEnded()8682 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()8687 assert( !m_sectionStack.empty() ); in sectionEnded()8688 SectionNode& node = *m_sectionStack.back(); in sectionEnded()[all …]
5762 m_sectionStack.push_back(_sectionInfo); in sectionStarting()5766 m_sectionStack.pop_back(); in sectionEnded()5792 std::vector<SectionInfo> m_sectionStack; member5870 if( m_sectionStack.empty() ) { in sectionStarting()5876 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting()5888 m_sectionStack.push_back( node ); in sectionStarting()5895 assert(!m_sectionStack.empty()); in assertionEnded()5902 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()5907 assert(!m_sectionStack.empty()); in sectionEnded()5908 SectionNode& node = *m_sectionStack.back(); in sectionEnded()[all …]