HomeSort by relevance Sort by last modified time
    Searched refs:curChildNdx (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTestExecutor.hpp 97 , curChildNdx (-1)
104 , curChildNdx (-1)
120 curChildNdx = -1;
133 int curChildNdx;
tcuTestExecutor.cpp 348 if (++iter.curChildNdx < numChildren)
351 TestNode* childNode = iter.children[iter.curChildNdx];

Completed in 823 milliseconds