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.cc419 static bool GTestIsInitialized() { return !GetArgvs().empty(); } in GTestIsInitialized() function
5800 const bool gtest_is_initialized_before_run_all_tests = GTestIsInitialized(); in RunAllTests()
6760 if (GTestIsInitialized()) return; in InitGoogleTestImpl()