Home | History | Annotate | Download | only in src

Lines Matching refs:ForEach

2387   test_info_list_->ForEach(internal::Delete<TestInfo>);
2438 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult);
3801 test_cases_.ForEach(internal::Delete<TestCase>);
3804 environments_.ForEach(internal::Delete<Environment>);
3923 // are for use in the Vector::ForEach() method.
4019 environments_.ForEach(SetUpEnvironment);
4032 environments_in_reverse_order_.ForEach(TearDownEnvironment);