Searched refs:fTestCount (Results 1 – 3 of 3) sorted by relevance
20 fTestCount(0) in TestSuite()27 for (int32 i = 0; i < fTestCount; i++) in ~TestSuite()36 return fTestCount; in CountTests()43 return index >= 0 && index < fTestCount ? fTests[index] : NULL; in TestAt()70 Test** tests = new(std::nothrow) Test*[fTestCount + 1]; in AddTest()76 if (fTestCount > 0) in AddTest()77 memcpy(tests, fTests, sizeof(Test*) * fTestCount); in AddTest()82 fTests[fTestCount++] = test; in AddTest()
39 int32 fTestCount; variable
48 uint32 fTestCount; member in Map152 fTestCount = MAX_VECS; in Test()154 fTestVecs, &fTestCount, 0); in Test()176 fTestCount = 0; in Test()235 if (fTestCount > 0) { in _Error()240 for (uint32 i = 0; i < fTestCount; i++) { in _Error()