| 1798 | // under a mutex as it is only accessed in the main thread. |
| 1799 | GTEST_API_ int g_init_gtest_count = 0; |
| 1800 | static bool GTestIsInitialized() { return g_init_gtest_count != 0; } |
| 1801 | |
| 1802 | // Iterates over a vector of TestCases, keeping a running sum of the |
| 1803 | // results of calling a given int-returning method on each. |