Home | History | Annotate | Download | only in base

Lines Matching refs:test_count_

38   Foo() : test_count_(0) {
42 ++test_count_;
46 ++test_count_;
51 ++test_count_;
56 test_count_ += a;
60 ++test_count_;
66 ++test_count_;
71 int test_count() const { return test_count_; }
79 int test_count_;