Searched refs:ForEach (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc696 void ForEach(const Container& c, Functor functor) { function in namespace:testing::internal
1113 ForEach(test_cases_, TestCase::ClearTestCaseResult);
1629 using internal::ForEach;
3888 ForEach(test_info_list_, internal::Delete<TestInfo>);
3943 ForEach(test_info_list_, TestInfo::ClearTestResult);
4420 ForEach(listeners_, Delete<TestEventListener>);
5519 ForEach(test_cases_, internal::Delete<TestCase>);
5522 ForEach(environments_, internal::Delete<Environment>);
5693 // are for use in the ForEach() function.
5791 ForEach(environments
[all...]

Completed in 41 milliseconds