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

  /external/skia/tests/
Test.h 28 int countTests() const { return fTestCount; }
37 virtual void bumpTestCount() { sk_atomic_inc(&fTestCount); }
45 int32_t fTestCount;
Test.cpp 24 Reporter::Reporter() : fTestCount(0) {

Completed in 64 milliseconds