Lines Matching refs:itEnd
349 typename ContainerT::const_iterator itEnd = container.end(); in deleteAll() local
350 for(; it != itEnd; ++it ) in deleteAll()
356 typename AssociativeContainerT::const_iterator itEnd = container.end(); in deleteAllValues() local
357 for(; it != itEnd; ++it ) in deleteAllValues()
2412 typename std::vector<const IGenerator<T>*>::const_iterator itEnd = m_composed.end(); in operator T() local
2413 for( size_t index = 0; it != itEnd; ++it ) in operator T()
2561 …e( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const = 0;
2579 …ptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const CATCH_OVER… in translate()
2581 if( it == itEnd ) in translate()
2584 return (*it)->translate( it+1, itEnd ); in translate()
3218 …r<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; +… in matches() local
3231 …d::vector<Filter>::const_iterator it = m_filters.begin(), itEnd = m_filters.end(); it != itEnd; ++… in matches() local
3758 for( Text::const_iterator it = _text.begin(), itEnd = _text.end(); in operator <<() local
3759 it != itEnd; ++it ) { in operator <<()
4242 … std::vector<std::string>::const_iterator it = shortNames.begin(), itEnd = shortNames.end(); in commands() local
4243 for(; it != itEnd; ++it ) { in commands()
4415 …typename std::vector<Arg>::const_iterator itBegin = m_options.begin(), itEnd = m_options.end(), it; in optUsage() local
4417 for( it = itBegin; it != itEnd; ++it ) in optUsage()
4420 for( it = itBegin; it != itEnd; ++it ) { in optUsage()
4516 … typename std::vector<Arg>::const_iterator it = m_options.begin(), itEnd = m_options.end(); in populateOptions() local
4517 for(; it != itEnd; ++it ) { in populateOptions()
4539 if( it == itEnd ) { in populateOptions()
4548 … for( std::vector<std::string>::const_iterator it = errors.begin(), itEnd = errors.end(); in populateOptions() local
4549 it != itEnd; in populateOptions()
4594 itEnd = m_options.end(); in validate() local
4595 it != itEnd; ++it ) in validate()
4948 for( Text::const_iterator it = _text.begin(), itEnd = _text.end(); in operator <<() local
4949 it != itEnd; ++it ) { in operator <<()
5308 …for( std::vector<TestCase>::const_iterator it = matchedTestCases.begin(), itEnd = matchedTestCases… in listTests() local
5309 it != itEnd; in listTests()
5336 …for( std::vector<TestCase>::const_iterator it = matchedTestCases.begin(), itEnd = matchedTestCases… in listTestsNamesOnly() local
5337 it != itEnd; in listTestsNamesOnly()
5354 … for( std::set<std::string>::const_iterator it = spellings.begin(), itEnd = spellings.end(); in all() local
5355 it != itEnd; in all()
5376 …for( std::vector<TestCase>::const_iterator it = matchedTestCases.begin(), itEnd = matchedTestCases… in listTags() local
5377 it != itEnd; in listTags()
5411 …IReporterRegistry::FactoryMap::const_iterator itBegin = factories.begin(), itEnd = factories.end()… in listReporters() local
5413 for(it = itBegin; it != itEnd; ++it ) in listReporters()
5416 for(it = itBegin; it != itEnd; ++it ) { in listReporters()
6131 itEnd = m_unfinishedSections.rend(); in handleUnfinishedSections() local
6132 it != itEnd; in handleUnfinishedSections()
6216 … for( std::vector<std::string>::const_iterator it = reporters.begin(), itEnd = reporters.end(); in makeReporter() local
6217 it != itEnd; in makeReporter()
6224 … for( IReporterRegistry::Listeners::const_iterator it = listeners.begin(), itEnd = listeners.end(); in addListeners() local
6225 it != itEnd; in addListeners()
6249 … for( std::vector<TestCase>::const_iterator it = allTestCases.begin(), itEnd = allTestCases.end(); in runTests() local
6250 it != itEnd; in runTests()
6446 for( std::vector<TestCase>::const_iterator it = functions.begin(), itEnd = functions.end(); in enforceNoDuplicateTestCases() local
6447 it != itEnd; in enforceNoDuplicateTestCases()
6464 for( std::vector<TestCase>::const_iterator it = testCases.begin(), itEnd = testCases.end(); in filterTests() local
6465 it != itEnd; in filterTests()
7198 std::vector<IGeneratorInfo*>::const_iterator itEnd = m_generatorsInOrder.end(); in moveNext() local
7199 for(; it != itEnd; ++it ) { in moveNext()
7387 …or( std::set<std::string>::const_iterator it = tags.begin(), itEnd = tags.end(); it != itEnd; ++it… in setTags() local
7639 …or<MessageInfo>::const_iterator it = assertionStats.infoMessages.begin(), itEnd = assertionStats.i… in assertionEnded() local
7640 it != itEnd; in assertionEnded()
8337 …for( std::map<std::string, TagAlias>::const_iterator it = m_registry.begin(), itEnd = m_registry.e… in expandAliases() local
8338 it != itEnd; in expandAliases()
8409 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in noMatchingTestCases() local
8410 it != itEnd; in noMatchingTestCases()
8416 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testRunStarting() local
8417 it != itEnd; in testRunStarting()
8423 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testGroupStarting() local
8424 it != itEnd; in testGroupStarting()
8430 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testCaseStarting() local
8431 it != itEnd; in testCaseStarting()
8437 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in sectionStarting() local
8438 it != itEnd; in sectionStarting()
8444 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in assertionStarting() local
8445 it != itEnd; in assertionStarting()
8453 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in assertionEnded() local
8454 it != itEnd; in assertionEnded()
8461 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in sectionEnded() local
8462 it != itEnd; in sectionEnded()
8468 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testCaseEnded() local
8469 it != itEnd; in testCaseEnded()
8475 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testGroupEnded() local
8476 it != itEnd; in testGroupEnded()
8482 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testRunEnded() local
8483 it != itEnd; in testRunEnded()
8489 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in skipTest() local
8490 it != itEnd; in skipTest()
9142 …or<MessageInfo>::const_iterator it = assertionStats.infoMessages.begin(), itEnd = assertionStats.i… in assertionEnded() local
9143 it != itEnd; in assertionEnded()
9338 it = groupNode.children.begin(), itEnd = groupNode.children.end(); in writeGroup() local
9339 it != itEnd; in writeGroup()
9394 itEnd = sectionNode.childSections.end(); in writeSection() local
9395 it != itEnd; in writeSection()
9405 it = sectionNode.assertions.begin(), itEnd = sectionNode.assertions.end(); in writeAssertions() local
9406 it != itEnd; in writeAssertions()
9450 itEnd = stats.infoMessages.end(); in writeAssertion() local
9451 it != itEnd; in writeAssertion()
9678 … for( std::vector<MessageInfo>::const_iterator it = messages.begin(), itEnd = messages.end(); in printMessage() local
9679 it != itEnd; in printMessage()
9741 itEnd = m_sectionStack.end(); in printTestCaseAndSectionHeader() local
9742 for( ; it != itEnd; ++it ) in printTestCaseAndSectionHeader()
10111 std::vector<MessageInfo>::const_iterator itEnd = messages.end(); in printRemainingMessages() local
10112 const std::size_t N = static_cast<std::size_t>( std::distance( itMessage, itEnd ) ); in printRemainingMessages()
10119 for(; itMessage != itEnd; ) { in printRemainingMessages()
10123 if ( ++itMessage != itEnd ) { in printRemainingMessages()