Home | History | Annotate | Download | only in src

Lines Matching refs:ForEach

142 using internal::ForEach;
2405 ForEach(test_info_list_, internal::Delete<TestInfo>);
2459 ForEach(test_info_list_, TestInfo::ClearTestResult);
2934 ForEach(listeners_, Delete<TestEventListener>);
3980 ForEach(test_cases_, internal::Delete<TestCase>);
3983 ForEach(environments_, internal::Delete<Environment>);
4132 // are for use in the ForEach() function.
4229 ForEach(environments_, SetUpEnvironment);