Searched refs:test_count_ (Results 1 – 3 of 3) sorted by relevance
114 test_count_(0), in TestAllCodecs()160 test_count_++; in Perform()161 OpenOutFile(test_count_); in Perform()177 test_count_++; in Perform()178 OpenOutFile(test_count_); in Perform()191 test_count_++; in Perform()192 OpenOutFile(test_count_); in Perform()205 test_count_++; in Perform()206 OpenOutFile(test_count_); in Perform()217 test_count_++; in Perform()[all …]
76 int test_count_; variable
60 Foo() : test_count_(0) { in Foo()63 void Test0() { ++test_count_; } in Test0()66 ++test_count_; in Test1ConstRef()71 ++test_count_; in Test1Ptr()75 void Test1Int(int a) { test_count_ += a; } in Test1Int()78 ++test_count_; in Test2Ptr()84 ++test_count_; in Test2Mixed()89 int test_count() const { return test_count_; } in test_count()97 int test_count_; member in base::__anon2599e6e40111::Foo