Home | History | Annotate | Download | only in src

Lines Matching refs:ForEach

138 using internal::ForEach;
2381 ForEach(test_info_list_, internal::Delete<TestInfo>);
2432 ForEach(test_info_list_, internal::TestInfoImpl::ClearTestResult);
2918 ForEach(listeners_, Delete<TestEventListener>);
3794 ForEach(test_cases_, internal::Delete<TestCase>);
3797 ForEach(environments_, internal::Delete<Environment>);
3920 // are for use in the ForEach() function.
4016 ForEach(environments_, SetUpEnvironment);