Home | History | Annotate | Download | only in googletest

Lines Matching refs:ForEach

142 using internal::ForEach;
2376 ForEach(test_info_list_, internal::Delete<TestInfo>);
2430 ForEach(test_info_list_, TestInfo::ClearTestResult);
2906 ForEach(listeners_, Delete<TestEventListener>);
3948 ForEach(test_cases_, internal::Delete<TestCase>);
3951 ForEach(environments_, internal::Delete<Environment>);
4100 // are for use in the ForEach() function.
4197 ForEach(environments_, SetUpEnvironment);