Home | History | Annotate | Download | only in src

Lines Matching refs:g_init_gtest_count

286 // Test.  g_init_gtest_count is set to the number of times
289 int g_init_gtest_count = 0;
290 static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
4601 g_init_gtest_count++;
4604 if (g_init_gtest_count != 1) return;