Home | History | Annotate | Download | only in test

Lines Matching defs:counter_

5154     counter_++;
5157 EXPECT_EQ(1, counter_);
5166 counter_--;
5169 EXPECT_EQ(0, counter_);
5177 // SetUpTestCase() should be called only once, so counter_ should
5179 EXPECT_EQ(1, counter_);
5183 static int counter_;
5189 int SetUpTestCaseTest::counter_ = 0;