Home
last modified time | relevance | path

Searched refs:GTestIsInitialized (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc436 static bool GTestIsInitialized() { return !GetArgvs().empty(); } in GTestIsInitialized() function
5913 const bool gtest_is_initialized_before_run_all_tests = GTestIsInitialized(); in RunAllTests()
6936 if (GTestIsInitialized()) return; in InitGoogleTestImpl()