Home | History | Annotate | Download | only in src

Lines Matching refs:g_init_gtest_count

306 // Test.  g_init_gtest_count is set to the number of times
309 GTEST_API_ int g_init_gtest_count = 0;
310 static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
4795 g_init_gtest_count++;
4798 if (g_init_gtest_count != 1) return;