Home | History | Annotate | Download | only in test

Lines Matching defs:global_count_

769     EXPECT_GE(global_count_, 2)
778 static int global_count_;
780 int SeparateInstanceTest::global_count_ = 0;
784 global_count_++;
851 static int global_count_;
854 int ParameterizedDerivedTest::global_count_ = 0;
863 EXPECT_EQ(GetParam(), global_count_++);