Home
last modified time | relevance | path

Searched refs:next_testcase_id (Results 1 – 1 of 1) sorted by relevance

/test/vts/runners/target/gtest/
Dgtest_main.cpp895 size_t next_testcase_id = 0; in RunTestInSeparateProc() local
905 next_testcase_id < testcase_list.size()) { in RunTestInSeparateProc()
907 testcase_list[next_testcase_id].GetTestName(next_test_id); in RunTestInSeparateProc()
908 ChildProcInfo child_proc = RunChildProcess(test_name, next_testcase_id, in RunTestInSeparateProc()
911 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) { in RunTestInSeparateProc()
913 ++next_testcase_id; in RunTestInSeparateProc()