Searched refs:case_list (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.cc1805 static int SumOverTestCaseList(const std::vector<TestCase*>& case_list, argument
1808 for (size_t i = 0; i < case_list.size(); i++) {
1809 sum += (case_list[i]->*method)();

Completed in 61 milliseconds