Searched refs:testListSize (Results 1 – 2 of 2) sorted by relevance
982 static const size_t testListSize = sizeof(testList) / sizeof(testList[0]); variable
51 for (int i = 0; i < testListSize; ++i) { in testCase1()