Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc373 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized() function
5160 const bool gtest_is_initialized_before_run_all_tests = GTestIsInitialized(); in RunAllTests()
6008 if (GTestIsInitialized()) return; in InitGoogleTestImpl()