Home | History | Annotate | Download | only in src

Lines Matching full:foreach

145 using internal::ForEach;
2404 ForEach(test_info_list_, internal::Delete<TestInfo>);
2459 ForEach(test_info_list_, TestInfo::ClearTestResult);
2936 ForEach(listeners_, Delete<TestEventListener>);
4035 ForEach(test_cases_, internal::Delete<TestCase>);
4038 ForEach(environments_, internal::Delete<Environment>);
4209 // are for use in the ForEach() function.
4307 ForEach(environments_, SetUpEnvironment);