Searched refs:GTestIsInitialized (Results 1 – 1 of 1) sorted by relevance
353 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized() function5232 const bool gtest_is_initialized_before_run_all_tests = GTestIsInitialized(); in RunAllTests()6074 if (GTestIsInitialized()) return; in InitGoogleTestImpl()