Searched refs:test_count_ (Results 1 – 4 of 4) sorted by relevance
111 test_count_(0), in TestAllCodecs()159 test_count_++; in Perform()160 OpenOutFile(test_count_); in Perform()180 test_count_++; in Perform()181 OpenOutFile(test_count_); in Perform()197 test_count_++; in Perform()198 OpenOutFile(test_count_); in Perform()214 test_count_++; in Perform()215 OpenOutFile(test_count_); in Perform()229 test_count_++; in Perform()[all …]
77 int test_count_; variable
25 Foo() : test_count_(0) { in Foo()29 ++test_count_; in Test0()33 ++test_count_; in Test1ConstRef()38 ++test_count_; in Test1Ptr()43 test_count_ += a; in Test1Int()47 ++test_count_; in Test2Ptr()53 ++test_count_; in Test2Mixed()58 int test_count() const { return test_count_; } in test_count()66 int test_count_; member in base::test::__anon9d7330c20111::Foo
58 Foo() : test_count_(0) { in Foo()62 ++test_count_; in Test1ConstRef()66 int test_count() const { return test_count_; } in test_count()74 int test_count_; member in base::__anonc09a0a020111::Foo