Home | History | Annotate | Download | only in src

Lines Matching refs:g_init_gtest_count

312 // Test.  g_init_gtest_count is set to the number of times
315 GTEST_API_ int g_init_gtest_count = 0;
316 static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
4972 g_init_gtest_count++;
4975 if (g_init_gtest_count != 1) return;