Home | History | Annotate | Download | only in test

Lines Matching defs:count_

768   SeparateInstanceTest() : count_(0) {}
779 int count_;
785 EXPECT_EQ(0, count_++);
851 ParameterizedDerivedTest() : count_(0) { }
852 int count_;
864 EXPECT_EQ(0, count_++);