Searched refs:m_sectionStack (Results 1 – 6 of 6) sorted by relevance
63 m_sectionStack.push_back(_sectionInfo); in sectionStarting()67 m_sectionStack.pop_back(); in sectionEnded()93 std::vector<SectionInfo> m_sectionStack; member172 if( m_sectionStack.empty() ) { in sectionStarting()178 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting()190 m_sectionStack.push_back( node ); in sectionStarting()197 assert(!m_sectionStack.empty()); in assertionEnded()204 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()209 assert(!m_sectionStack.empty()); in sectionEnded()210 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()
385 if (m_sectionStack.size() > 1) in sectionEnded()482 assert(!m_sectionStack.empty()); in printTestCaseAndSectionHeader()485 if (m_sectionStack.size() > 1) { in printTestCaseAndSectionHeader()489 it = m_sectionStack.begin() + 1, // Skip first section (test case) in printTestCaseAndSectionHeader()490 itEnd = m_sectionStack.end(); in printTestCaseAndSectionHeader()495 SourceLineInfo lineInfo = m_sectionStack.back().lineInfo; in printTestCaseAndSectionHeader()
5120 m_sectionStack.push_back(_sectionInfo); in sectionStarting()5124 m_sectionStack.pop_back(); in sectionEnded()5150 std::vector<SectionInfo> m_sectionStack; member5228 if( m_sectionStack.empty() ) { in sectionStarting()5234 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting()5246 m_sectionStack.push_back( node ); in sectionStarting()5253 assert(!m_sectionStack.empty()); in assertionEnded()5260 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()5265 assert(!m_sectionStack.empty()); in sectionEnded()5266 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 …]