Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp896 size_t next_test_id = 0; in RunTestInSeparateProc() local
907 testcase_list[next_testcase_id].GetTestName(next_test_id); in RunTestInSeparateProc()
909 next_test_id, argc, argv); in RunTestInSeparateProc()
911 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) { in RunTestInSeparateProc()
912 next_test_id = 0; in RunTestInSeparateProc()