Searched refs:currTestCase (Results 1 – 1 of 1) sorted by relevance
3318 TestCaseVect::const_iterator currTestCase = testCases.begin(); in createOperationTests() local3320 while(currTestCase != lastTestCase) in createOperationTests()3322 const OperationTestCase& testCase = *currTestCase; in createOperationTests()3323 ++currTestCase; in createOperationTests()4115 TestCaseVect::const_iterator currTestCase = testCases.begin(); in createOperationTests() local4117 while(currTestCase != lastTestCase) in createOperationTests()4119 const OperationTestCase& testCase = *currTestCase; in createOperationTests()4120 ++currTestCase; in createOperationTests()4152 currTestCase = testCases.begin(); in createOperationTests()4154 while(currTestCase != lastTestCase) in createOperationTests()[all …]