Home | History | Annotate | Download | only in src

Lines Matching refs:ForEach

2357   test_info_list_->ForEach(internal::Delete<TestInfo>);
2408 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult);
3770 test_cases_.ForEach(internal::Delete<TestCase>);
3773 environments_.ForEach(internal::Delete<Environment>);
3892 // are for use in the Vector::ForEach() method.
3988 environments_.ForEach(SetUpEnvironment);
4001 environments_in_reverse_order_.ForEach(TearDownEnvironment);