OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
26
Reporter::Reporter() :
fTestCount
(0) {
Completed in 860 milliseconds