| 1610 | // under a mutex as it is only accessed in the main thread. |
| 1611 | int g_init_gtest_count = 0; |
| 1612 | static bool GTestIsInitialized() { return g_init_gtest_count != 0; } |
| 1613 | |
| 1614 | // Iterates over a vector of TestCases, keeping a running sum of the |
| 1615 | // results of calling a given int-returning method on each. |