Home | History | Annotate | Download | only in googletest

Lines Matching refs:g_init_gtest_count

305 // Test.  g_init_gtest_count is set to the number of times
308 int g_init_gtest_count = 0;
309 static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
4823 g_init_gtest_count++;
4826 if (g_init_gtest_count != 1) return;